publicArrayList<socket>connections=newArrayList<socket>(); while(true){ Sockets1=ss.accept(); connections.add(s1); }關(guān)于以上代碼說法正確的是()。
現(xiàn)有 1. class Calc { 2. public static void main(String [] args) { 3. try { 4. int x = Integer.parselnt ("42a") ; 5. //insert code here 6. System.out.print ("oops"); 7. } 8. } 9. } 下面哪兩行分別插入到第五行,會(huì)導(dǎo)致輸 "oops" ? ()