java阶段考试 考题及答案.doc

java阶段考试 考题及答案.doc

ID:61443032

大小:135.50 KB

页数:35页

时间:2021-01-31

java阶段考试 考题及答案.doc_第1页
java阶段考试 考题及答案.doc_第2页
java阶段考试 考题及答案.doc_第3页
java阶段考试 考题及答案.doc_第4页
java阶段考试 考题及答案.doc_第5页
资源描述:

《java阶段考试 考题及答案.doc》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库

1、Given:1.publicclassBarn{2.publicstaticvoidmain(String[]args){3.newBarn.go("hi",1);4.newBarn.go("hi","world",2);5.}6.publicvoidgo(String...y,intx){7.System.out.print(y[y.length-1]+"");8.}9.}Whatistheresult?A.hihiB.hiworldC.worldworldD.Compilationfails.答案:DGiven:11.classMud{12.//

2、insertcodehere13.System.out.println("hi");14.}15.}Andthefollowingfivefragments:publicstaticvoidmain(String...a){publicstaticvoidmain(String.*a){publicstaticvoidmain(String...a){publicstaticvoidmain(String[]...a){publicstaticvoidmain(String...[]a){Howmanyofthecodefragments,inser

3、tedindependentlyatline12,compile?A.0B.1C.2D.3答案:DGiven:WhichManclassproperlyrepresentstherelationship"ManhasabestfriendwhoisaDog"?A.classManextendsDog{}B.classManimplementsDog{}C.classMan{privateBestFrienddog;}D.classMan{privateDogbestFriend;}答案:DGiven:1.classPass{2.publicstati

4、cvoidmain(String[]args){3.intx=5;4.Passp=newPass();5.p.doStuff(x);6.System.out.print("mainx="+x);7.}8.voiddoStuff(intx){9.System.out.println("doStuffx="+x++);10.}11.}Whatistheresult?A.Compilationfails.B.Anexceptionisthrownatruntime.C.doStuffx=6mainx=6D.doStuffx=5mainx=5答案:DGive

5、n:1.classClassA{2.publicintnumberOfInstances;3.protectedClassA(intnumberOfInstances){4.this.numberOfInstances=numberOfInstances;5.}6.}7.classExtendedAextendsClassA{8.privateExtendedA(intnumberOfInstances){9.super(numberOfInstances);10.}11.publicstaticvoidmain(String[]args){12.E

6、xtendedAext=newExtendedA(420);13.System.out.print(ext.numberOfInstances);Whatistheresult?A.420istheoutputB.Anexceptionisthrownatruntime.C.Allconstructorsmustbedeclaredpublic.D.ConstructorsCANNOTusetheprivatemodifier.答案:AGiven:1.publicclassA{2.publicvoiddoit(){3.}4.publicStringd

7、oit(){5.return"a";6.}7.publicdoubledoit(intx){8.return1.0;9.}10.}Whatistheresult?A.Anexceptionisthrownatruntime.B.Compilationfailsbecauseofanerrorinline7.C.Compilationfailsbecauseofanerrorinline4.D.CompilationsucceedsandnoruntimeerrorswithclassAoccur.答案:CGiven:10.publicclassHel

8、lo{11.Stringtitle;12.intvalue;13.publicHello(){14.titl

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

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

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