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

單項(xiàng)選擇題

package test1; 
public class Test1 { 
static int x = 42; 
} 
package test2; 
public class Test2 extends test1.Test1 { 
public static void main(String[] args) {
System.out.println(“x = “ + x); 
} 
} 
What is the result?() 

A. x = 0
B. x = 42
C. Compilation fails because of an error in line 2 of class Test2.
D. Compilation fails because of an error in line 3 of class Test1.
E. Compilation fails because of an error in line 4 of class Test2.

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