欢迎来到天天文库
浏览记录
ID:82644103
大小:38.50 KB
页数:4页
时间:2022-10-29
《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
此文档下载收益归作者所有
举报原因
联系方式
详细说明
内容无法转码请点击此处