欢迎来到天天文库
浏览记录
ID:9495889
大小:74.00 KB
页数:10页
时间:2018-05-01
《java认证历年真题-scjp考试真题和解析[1]》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、JAVA认证历年真题:SCJP考试真题和解析[1]例题1: ChoosethethreevalididentifiersfromthoselistedbeloeClass B.$byte C.const D._ok E.3_case 解答:A,B,D 点评:Java中的标示符必须是字母、美元符($)或下划线(_)开头。关键字与保留字不能作为标示符。选项C中的const是Java的保留字,所以不能作标示符。选项E中的3_case以数字开头,违反了Java的规则。 例题2: Ho.gc(). C.CallSystem.gc(),passinginareferenceto
2、theobjecttobegarbagecollected. D.CallRuntime.gc(). E.Setallreferencestotheobjecttoneple). 解答:A 点评:在Java中垃圾收集是不能被强迫立即执行的。调用System.gc()或Runtime.gc()静态方法不能保证垃圾收集器的立即执行,因为,也许存在着更高优先级的线程。所以选项B、D不正确。选项C的错误在于,System.gc()方法是不接受参数的。选项E中的方法可以使对象在下次垃圾收集器运行时被收集。 例题3: Considerthefollo.out.println(“Iamani
3、nt.”); 4.} 5.voidtest(Strings){ 6.System.out.println(“Iamastring.”); 7.} 8. 9.publicstaticvoidmain(Stringargs[]){ 10.Testt=neentsbeloethodscannotbeoverridden. B.Line12ent. C.Thecodeanint. E.ThecodeaString. 解答:D 点评:在第12行,16位长的char型变量ch在编译时会自动转化为一个32位长的int型,并在运行时传给voidtest(inti)方法。
4、例题4: yTextArea.java B.Betadetosuper(nroentaboutthegarbagecollectionmechanismaretrue?A.Garbagecollectionrequireadditionalprogramecodeincasesultiplethreadsarerunning.B.Theprogrammercanindicatethatareferencethroughalocalvariableisnolongerofinterest.C.Theprogrammerhasamechanismthatexplicity
5、andimmediatelyfreesthememoryusedbyJavaobjects.D.ThegarbagecollectionmechanismcanfreethememoryusedbyJavaObjectatexplectiontime.E.Thegarbagecollectionsystemneverreclaimsmemoryfromobjectsethod:1)publicvoidmethod(){2)Stringa,b;3)a=neeover”);5)System.out.println(a+b+”ok”);6)a=null;7)a
6、=b;8)System.out.println(a);9)}Intheabsenceofpileroptimization,ethodcalledgetIDethod?A.Itisareferencetotheobjectdirectlyaffectedbythecauseoftheevent.B.Itisanindicationofthenatureofthecauseoftheevent.C.Itisanindicationofthepositionofthemouseouseclick,itisanindicationofthetextunderthemo
7、useatthetimeoftheevent.E.Ittellsthestateofcertainkeysonthekeybordatthetimeoftheevent.F.Itisanindicationofthetimeatentaboutlisteneristrue?A.Mostponentalloultiplelistenerstobeadded.B.Ifmultiplelistenerbeaddtoasinglepon
此文档下载收益归作者所有