06 2016 档案
摘要: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
阅读全文
摘要:问:以上代码执行的顺序~,输出的结果~ 正解: 根据static 对象的性质,程序的执行流程为: Test tester = null; int count1 = 0; int count2 = 0; tester = new Test(); count1 ++; count2 ++; 输出 1 1
阅读全文
摘要:问题来了,如何在内部类的testNum方法中调用到外部方法中的num变量?
阅读全文

浙公网安备 33010602011771号