欢迎来到天天文库
浏览记录
ID:23686508
大小:91.00 KB
页数:28页
时间:2018-11-09
《华为公司招聘java程序员面试题》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、----------专业最好文档,专业为你服务,急你所急,供你所需-------------文档下载最佳的地方华为公司招聘java程序员面试题第一部分:选择题 QUESTIONNO:1 1、publicclassTest{ publicstaticvoidchangeStr(Stringstr){ str="welcome";九塾教育http://rooms9.com } publicstaticvoidmain(String[]args){ Stringstr="1234"; changeStr(str); Sys
2、tem.out.println(str); } } Pleasewritetheoutputresult: QUESTIONNO:2 1.publicclassTest{ 2.staticbooleanfoo(charc){ 3.System.out.print(c);九塾教育http://rooms9.com 4.returntrue; 5.} 6.publicstaticvoidmain(String[]argv){ 7.inti=0; 8.for(foo('A');foo('B')&&(i<2);foo(
3、'C')){----------专业最好文档,专业为你服务,急你所急,供你所需-------------文档下载最佳的地方----------专业最好文档,专业为你服务,急你所急,供你所需-------------文档下载最佳的地方 9.i++; 10.foo('D'); 12.} 13.}九塾教育http://rooms9.com 14.} Whatistheresult? A.ABDCBDCB B.ABCDABCD C.Compilationfails. D.Anexceptionisthrownatrunti
4、me.QUESTIONNO:3 1.classA{ 2.protectedintmethod1(inta,intb){return0;} 3.} WhichtwoarevalidinaclassthatextendsclassA?(Choosetwo) A.publicintmethod1(inta,intb){return0;} B.privateintmethod1(inta,intb){return0;} C.privateintmethod1(inta,longb){return0;} D.publicshor
5、tmethod1(inta,intb){return0;} E.staticprotectedintmethod1(inta,intb){return0;} QUESTIONNO:4 1.publicclassOuter{ 2.publicvoidsomeOuterMethod(){----------专业最好文档,专业为你服务,急你所急,供你所需-------------文档下载最佳的地方----------专业最好文档,专业为你服务,急你所急,供你所需-------------文档下载最佳的地方 3.//Line3 4
6、.} 5.publicclassInner{} 6.publicstaticvoidmain(String[]argv){ 7.Outero=newOuter(); 8.//Line8 9.}九塾教育http://rooms9.com 10.} WhichinstantiatesaninstanceofInner? A.newInner();//Atline3 B.newInner();//Atline8 C.newo.Inner();//Atline8 D.newOuter.Inner();//Atline8/
7、/newOuter().newInner() QUESTIONNO:5 WhichmethodisusedbyaservlettoplaceitssessionIDinaURLthatiswrittentotheservlet’sresponseoutputstream? A.TheencodeURLmethodoftheHttpServletRequestinterface. B.TheencodeURLmethodoftheHttpServletResponseinterface. C.TherewriteURLmeth
8、odoftheHttpServletRequestinterface. D.TherewriteURLmethodoftheHttpServletResponseinterface.QUESTIONNO:6 Whic
此文档下载收益归作者所有