日韩欧美亚洲 _ 欧美亚洲一区 _ 日本亚洲欧美 _ 亚洲精品欧美 国产白袜脚足J棉袜在线观看_亚洲熟妇av一区二区三区_久久天天躁狠狠躁夜_精品众筹模特私拍在线

單項選擇題

1. public class A { 
2. public String doit(int x, int y) { 
3. return “a”; 
4. } 
5. 
6. public String doit(int... vals) { 
7. return “b”; 
8. }
9. } 
Given: 
25. A a=new A(); 
26. System.out.println(a.doit(4, 5)); 
What is the result?() 

A. Line 26 prints “a” to System.out.
B. Line 26 prints „b” to System.out.
C. An exception is thrown at line 26 at runtime.
D. Compilation of class A will fail due to an error in line 6.

題目列表

你可能感興趣的試題

微信掃碼免費搜題