06 2016 档案

摘要:205 但是当稍微改变下时, 阅读全文
posted @ 2016-06-23 14:47 zerocoin 阅读(251) 评论(0) 推荐(0)
摘要:package day01;public class Program { public static void main(String[] args) { // TODO Auto-generated method stub char x='x'; int i=10; System.out.prin 阅读全文
posted @ 2016-06-15 15:06 zerocoin 阅读(721) 评论(0) 推荐(0)
摘要:问:以上代码执行的顺序~,输出的结果~ 正解: 根据static 对象的性质,程序的执行流程为: Test tester = null; int count1 = 0; int count2 = 0; tester = new Test(); count1 ++; count2 ++; 输出 1 1 阅读全文
posted @ 2016-06-15 12:57 zerocoin 阅读(486) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2016-06-07 07:54 zerocoin 阅读(239) 评论(0) 推荐(0)
摘要:问题来了,如何在内部类的testNum方法中调用到外部方法中的num变量? 阅读全文
posted @ 2016-06-04 10:37 zerocoin 阅读(1900) 评论(0) 推荐(0)