无码高清视频|成人自拍视频|欧美成人午夜无码A片秀色直播|草美女视频网站|美女被操网站在线观看

單項(xiàng)選擇題

package foo;  
import java.util.Vector;  
private class MyVector extends Vector { 
int i = 1;  
public MyVector() {  
i = 2; 
}  
}  
public class MyNewVector extends MyVector {  
public MyNewVector () {  
i = 4; 
 }  
public static void main (String args ) {  
 MyVector v = new MyNewVector(); 
 }  
}  
The file MyNewVector.java is shown in the exhibit.  What is the result?()

A. Compilation will succeed.
B. Compilation will fail at line 5.
C. Compilation will fail at line 6.
D. Compilation will fail at line 14.
E. Compilation will fail at line 17.

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