11 2015 档案

摘要:示例代码: 1 public class ArrayTest { 2 3 public static void main(String[] args){ 4 5 int[] c = new int[]{}; 6 7 ... 阅读全文
posted @ 2015-11-03 16:26 *Zhou神Bu坑* 阅读(110) 评论(0) 推荐(0)
摘要:新建一个Animal类如下: 1 public class Animal { 2 3 static int x1 = print("static animal x1"); 4 private int i = print("hello animal i"); 5 6... 阅读全文
posted @ 2015-11-03 15:05 *Zhou神Bu坑* 阅读(117) 评论(0) 推荐(0)