99色精品-9色在线-99色在线-99色视频 国产欧美日产一区二区三区_亚洲精品亚洲人成在线观看_四虎在线精品永久观看_免费一级a一片久久精

單項選擇題

1.public classA{
2.public String doit(intx,inty){
3.return"a";
4.}
5.
6.public String doit(int...vals){
7.return"b";
8.}
9.}
And:
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.

微信掃碼免費(fèi)搜題