华为java面试题

华为java面试题

ID:39507808

大小:35.50 KB

页数:4页

时间:2019-07-04

华为java面试题_第1页
华为java面试题_第2页
华为java面试题_第3页
华为java面试题_第4页
资源描述:

《华为java面试题》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库

1、第一部分:选择题QUESTIONNO:11、public class Test {    public static void changeStr(String str){        str="welcome";    }    public static void main(String[] args) {        String str="1234";        changeStr(str);        System.out.println(str);    }}Pleasewritetheoutputresult:QUESTI

2、ONNO:21. public class Test {2. static boolean foo(char c) {3. System.out.print(c);4. return true;5. }6. public static void main( String[] argv ) {7. int i =0;8. for ( foo('A'); foo('B')&&(i<2); foo('C')){9. i++ ;10. foo('D');12. }13. }14. }Whatistheresult?A.ABDCBDCBB.ABCDABCDC

3、.Compilationfails.D.Anexceptionisthrownatruntime.QUESTIONNO:31. class A {2. protected int method1(int a, int b) { return 0; }3. }WhichtwoarevalidinaclassthatextendsclassA?(Choosetwo)A.publicintmethod1(inta,intb){return0;}B.privateintmethod1(inta,intb){return0;}C.privateintmeth

4、od1(inta,longb){return0;}D.publicshortmethod1(inta,intb){return0;}E.staticprotectedintmethod1(inta,intb){return0;}QUESTIONNO:41. public class Outer{2. public void someOuterMethod() {3. // Line 34. }5. public class Inner{}6. public static void main( String[]argv ) {7. Outer o =

5、 new Outer();8. // Line 89. }10. }WhichinstantiatesaninstanceofInner?A.newInner();//Atline3B.newInner();//Atline8C.newo.Inner();//Atline8D.newOuter.Inner();//Atline8//newOuter().newInner()QUESTIONNO:5WhichmethodisusedbyaservlettoplaceitssessionIDinaURLthatiswrittentotheservlet

6、’sresponseoutputstream?A.TheencodeURLmethodoftheHttpServletRequestinterface.B.TheencodeURLmethodoftheHttpServletResponseinterface.C.TherewriteURLmethodoftheHttpServletRequestinterface.D.TherewriteURLmethodoftheHttpServletResponseinterface.QUESTIONNO:6Whichtwoareequivalent?(Cho

7、osetwo)A.<%=YoshiBean.size%>B.<%=YoshiBean.getSize()%>C.<%=YoshiBean.getProperty("size")%>D.E.F.G.

8、size"/>QUESTIONNO:7Whichofthefollowingstatementsregardingthel

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

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

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