随笔分类 - JAVA基础
摘要:public class Test { static class B { public int i = 0; public String s = "0"; } public static void main(String[] args) { int i = 0; change1(i); System
阅读全文
摘要:class B { public int i=0; } public class MyTestCase { @Test public void hello() { int a = getI(); System.out.println("a = " + a); B b1 = getB1(); Syst
阅读全文
摘要:class Ins implements java.lang.Cloneable { public Ins() { System.out.println("Construct called"); } @Override public Ins clone() throws CloneNotSuppor
阅读全文
浙公网安备 33010602011771号