Java软件工程师面试题

Java软件工程师面试题

ID:82644103

大小:38.50 KB

页数:4页

时间:2022-10-29

上传者:雪地
Java软件工程师面试题_第1页
Java软件工程师面试题_第2页
Java软件工程师面试题_第3页
Java软件工程师面试题_第4页
资源描述:

《Java软件工程师面试题》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库

Java软件工程师面试题姓名:面试日期与时间: 年  月  日 :为了更全面地了解你的专业能力,请你尽力回答以下问题,谢谢合作!1.SQLSERVER有numeric类型自动序列递增,请简述一下ORACLE中是如何实现序列自动自增功能的。2.写出ORACLE中的日期函数。3.简述一下STRUCTS的组成和处理过程。4.Whatwillbetheoutputwhenyoucompileandexecutethefollowingprogram.publicclassBase{privatevoidtest(){inti=1;switch(i){case0:System.out.println("zero");break;case1:System.out.println("one");case2:System.out.println("two");default:System.out.println("default");}}staticpublicvoidmain(String[]a){newBase().test();}}Selectmostappropriateanswer.a)oneb)one,defaultc)one,two,defaultd)defaulte)CompilationError.switchcannottakeanintasanargument5.Forwhatvalueofi,thefollowingprogramwilloutput"Lessthan20"publicclassBase{privatevoidtest(){inti;if(i<10)System.out.println("Lessthan10");elseif(i<20)System.out.println("Lessthan20");elseSystem.out.println("Notlessthan10");}staticpublicvoidmain(String[]a){newBase().test();}}第1页, 共 页

1Java软件工程师面试题Selectallappropriateanswers.a)0b)10c)11d)19.999;e)(int)19.99f)None1.Forwhatvalueofi,thefollowingprogramwilloutput"NotGreaterthan10"publicclassBase{privatevoidtest(){inti;if(i>10)System.out.println("Greaterthan10");elseif(i<10)System.out.println("Lessthan10");elseif(i>20)System.out.println("Greaterthan20");elseSystem.out.println("NotGreaterthan10");}staticpublicvoidmain(String[]a){newBase().test();}}Selectmostappropriateanswer.a)0b)10c)11d)100e)None2.Themethodtest()throwsanIOException.Howdoyouspecifythat?importjava.io.*;importjava.net.*;publicclassBase{privatevoidtest(){Stringa=null;if(a==null)//throwsIOException}}Selectallvalidanswersa)privatevoidtest()throwIOExceptionb)privatevoidtest()thrownewIOException("")c)privatevoidtest()throwsIOException()d)privatevoidtest()throwsIOExceptione)privatevoidtest()raiseIOException答题区:答题人签名:         日期:20 年 月 日  第2页, 共 页

2Java软件工程师面试题答题区:答题人签名:         日期:20 年 月 日  第 页, 共 页

3Java软件工程师面试题答案:1.通过设置序列2.Datetimetimestamp3.MVCmodelviewcontro4.b5.cd6.b7.d

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

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

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