2-java笔试题

2-java笔试题

ID:42074975

大小:60.00 KB

页数:5页

时间:2019-09-07

2-java笔试题_第1页
2-java笔试题_第2页
2-java笔试题_第3页
2-java笔试题_第4页
2-java笔试题_第5页
资源描述:

《2-java笔试题》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、JAVA笔试题(一)(60分钟)一、不定项选择题(3分*20=60分)1、Which declarations of identifiers are legal?A. $personsB. TwoUsersC. *pointD. thisE. _endline2、Which are not Java keywords?A. TRUEB. sizeofC. constD. superE. void3、Which are not Java primitive types?A. shortB. BooleanC. unitD. float4、whatisthereturntype

2、ofJavaspecifiedexecutionmethodmain()?A. intB. voidC. BooleanD. static 5、Which of the following fragments might cause errors?A. String s = "Gone with the wind";B. String s = "Gone with the wind";   String t = " good ";String t;   String k = s + t;t = s[3] + "one";C. String s = "Gone with th

3、e wind";D. String s = "home directory";   String standard = s.toUpperCase();String t = s - "directory".6、Which layout manager is usedwhen the frame is resized the buttons's position in the  Frame might be changed?A. BorderLayoutB. FlowLayoutC. CardLayoutD. GridLayout7、Which will display if

4、 oneMethod run normally?public void test() {      try { oneMethod();            System.out.println("condition 1");      } catch (ArrayIndexOutOfBoundsException e) {            System.out.println("condition 2");     } catch(Exception e) {           System.out.println("condition 3");     } f

5、inally {           System.out.println("finally");     }   }A. condition 1B. condition 2C. condition 3D. finally8、Whichthreeareequivalenttoline2?publicinterfaceFoo{intk=4;5}A.finalintk=4B.publicintk=4C.staticintk=4D.privateintk=4E.abstractintk=4F.volatileintk=4G.transientintk=4H.protectedin

6、tk=49、Whatistheresult?interfaceFoo{intk=0;}publicclassTestimplementsFoo{publicstaticvoidmain(Stringargs[]){inti;Testtest=newTest();i=test.k;i=Test.k;i=Foo.k;}}A.CompilationsucceedsB.Anerroratline2causescompilationtofailC.Anerroratline9causescompilationtofailD.Anerroratline10causescompilati

7、ontofailE.Anerroratline11causescompilationtofail10、Which statements about thread are true?A. Once a thread is created, it can star running immediately.B. To use the start() method makes a thread runnable, but it does not necessarily start immediately.C. When a

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。