java選擇題錯題集錦(持續更新)

關於如下application,說法正確是什麼? public class Test {java static int x=10; static {x+=5;} public static void main(String[] args) //4 { System.out.println("x="+x); } static{x/=3;}; }//9 正確答案: B 你的答案: D
相關文章
相關標籤/搜索