JAVA測試題!

1.class StaticStuff { static int x=10; static { x+=5;} public static void main(String args[]) { System.out.println("x=" + x); } static { x/=3;} } 爲什麼打印出來是5? 2.執行完如下代碼int [ ] x = new int[25];後,如下哪項說明是正
相關文章
相關標籤/搜索