岗位面试题库合集-其它岗位面试题-11-Java软件工程师面试题

VIP免费
2024-12-15 1 0 24KB 4 页 5.9玖币
侵权投诉
姓名: 面试日期与时间:  年  月  日  :
为了更全面地了解你的专业能力,请你尽力回答以下问题,谢谢合作!
1. SQLSERVER numeric 类型自动序列递增,请简述一下 ORACLE 中是如何实现序列自动自
增功能的。
2. 写出 ORACLE 中的日期函数。
3. 简述一下 STRUCTS 的组成和处理过程。
4. What will be the output when you compile and execute the following program.
public class Base{
private void test() {
int i = 1;
switch (i) {
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) one b) one, default
c) one, two, default d) default
e) Compilation Error. switch cannot take an int as an argument
5. For what value of i, the following program will output "Less than 20"
public class Base{
private void test() {
int i ;
if(i < 10)
System.out.println("Less than 10");
else
if ( i < 20)
System.out.println("Less than 20");
else
System.out.println("Not less than 10");
}
static public void main(String[] a) {
new Base().test();
}
}
摘要:

姓名:面试日期与时间: 年  月  日 :为了更全面地了解你的专业能力,请你尽力回答以下问题,谢谢合作!1.SQLSERVER有numeric类型自动序列递增,请简述一下ORACLE中是如何实现序列自动自增功能的。2.写出ORACLE中的日期函数。3.简述一下STRUCTS的组成和处理过程。4.Whatwillbetheoutputwhenyoucompileandexecutethefollowingprogram.publicclassBase{privatevoidtest(){inti=1;switch(i){case0:System.out.println("zero");break...

展开>> 收起<<
岗位面试题库合集-其它岗位面试题-11-Java软件工程师面试题.doc

共4页,预览1页

还剩页未读, 继续阅读

声明:本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。玖贝云文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知玖贝云文库,我们立即给予删除!
分类:人力资源/企业管理 价格:5.9玖币 属性:4 页 大小:24KB 格式:DOC 时间:2024-12-15

开通VIP享超值会员特权

  • 多端同步记录
  • 高速下载文档
  • 免费文档工具
  • 分享文档赚钱
  • 每日登录抽奖
  • 优质衍生服务
/ 4
客服
关注