分类信息
各地考试

当前位置:首页 » Java认证 » 历年真题 » 正文

SCJP认证历年经典考题(3)


时间:2013-10-22 来源:Java认证考试网 浏览次数:100  【华夏培训网:中国教育培训第一门户

Whichstatementatline7constructsaninstanceoftheinnerclass? A.InsideOnewei=eo.newInsideOn(); B.Eo.InsideOneei=eo.newInsid


Which statement at line 7 constructs an instance of the inner class? 
A. InsideOnew ei= eo.new InsideOn(); 
B. Eo.InsideOne ei = eo.new InsideOne(); 
C. InsideOne ei = EnclosingOne.new InsideOne(); 
D. EnclosingOne.InsideOne ei = eo.new InsideOne(); 
Answer: D 

Question No 15 
Exhibit: 
1. interface foo { 
2. int k = 0; 
3. ] 
4. 
5. public class test implements Foo ( 
6. public static void main(String args) ( 
7. int i; 
8. Test test = new test (); 
9. i= test.k; 
10.i= Test.k; 
11.i= Foo.k; 
12.) 
13.) 
14. 
What is the result? 
A. Compilation succeeds. 
B. An error at line 2 causes compilation to fail. 
C. An error at line 9 causes compilation to fail. 
D. An error at line 10 causes compilation to fail. 
E. An error at line 11 causes compilation to fail. 
Answer: A 

Question No 16 
Given: 
1. //point X 
2. public class foo ( 
3. public static void main (Stringargs) throws Exception { 
4. printWriter out = new PrintWriter (new 
5. java.io.outputStreamWriter (System.out), true; 
6. out.printIn(“Hello”); 
7. } 
8. ) 
Which statement at PointX on line 1 allows this code to compile and run? 
A. Import java.io.PrintWriter; 
B. Include java.io.PrintWriter; 
C. Import java.io.OutputStreamWriter; 
D. Include java.io.OutputStreamWriter; 
E. No statement is needed. 
Answer: A 

Question No 17 
Which two statements are reserved words in Java? (Choose Two) 
A. Run 
B. Import 
C. Default 
D. Implement 
Answer: B, C 





       Java认证

推荐图文

热门点击排行

©2015 hxpx.com All Rights Reserved 滇ICP备13002816号-1
华夏培训网唯一网址www.hxpx.com