11-Java软件工程师面试题

11-Java软件工程师面试题新质力文库-办公文档-行业资料-建筑施工-教育学习-标准规范-工作总结-资料下载新质力文库
11-Java软件工程师面试题
此内容为付费资源,请付费后查看
1621
立即购买
您当前未登录!建议登陆后购买,可保存购买订单
付费资源

第1页 / 共4页
试读已结束,还剩3页,您可下载完整版后进行离线阅读
THE END
Java软件工程师面试题姓名:面试日期与时间:年月日为了更全面地了解你的专业能力,请你尽力回答以下问题,谢谢合作!l.SQLSERVER有numeric类型自动序列递增,请简述一下ORACLE中是如何实现序列自动自增功能的。2.写出ORACLE中的日期函数。3.简述一下STRUCTS的组成和处理过程。4.What will be the output when you compile and execute the following program.public class Basefprivate void test(){int i=1;switch()①{case 0:System.out.println("zero");break;case 1:System.out.println("one");case 2:System.out.println("two");default:System.out.println("default");}static public void main(String[]a){new Base().test();}Select most appropriate answer.a)oneb)one,defaultc)one,two,defaultd)defaulte)Compilation Error.switch cannot take an int as an argument5.For what value of i,the following program will output "Less than 20"public class Basefprivate void test()int i;ifi 10)System.out.println("Less than 10");elseif(i<20)System.out.println("Less than 20");elseSystem.out.println("Not less than 10");}static public void main(String a){new Base().test():}}第1页,共页
喜欢就支持一下吧
评论 抢沙发

请登录后发表评论

    请登录后查看评论内容