java面試模擬題

1.以下代碼 public class Test { public int aMethod() { static int i = 0; i++; return i; } public static void main (String args[]) { Test test = new Test(); test.aMethod(); int j = test.aMethod(); System.ou
相關文章
相關標籤/搜索