摘要: With array, we can easily declare and initialize it at the same time:String[] favorites = new String[] {"EJB", "JPA", "Glassfish", "NetBeans"};Or even simpler:String[] favorites = {"EJB", "JPA", "Glas... 阅读全文
posted @ 2010-04-29 17:01 Dikang Gu 阅读(159) 评论(0) 推荐(0)