- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
苏州东峰信息工程有限公司?高级?java?软件工程师笔试题
选择题
1:Math.round(-11.5)等於多少?
A.-11
B.-12
C.-11.5
D.none
2:Which?method?you?define?as?the?starting?point?of?new?thread?in?a?class?from?which?new?the
thread?can?be?excution?
A.public?void?start()
B.public?void?run()
C.public?void?runnable()
D.public?static?void?main(String?args[])
3:
1.?What?will?be?the?result?of?executing?the?following?code?
2. boolean?a?=?true;
3. boolean?b?=?false;
4. boolean?c?=?true;
5. if?(a?==?true)
6. if?(b?==?true)
7. if?(c?==?true) System.out.println(Some?things?are?true?in?this?world);
8. else System.out.println(Nothing?is?true?in?this?world!);
9. else?if?(a??(b?=?c))?System.out.println(Its?too?confusing?to?tell?what?is?true?and?wh
at?is?false);
10.?else?System.out.println(Hey?this?wont?compile);
11.
12.?Choices:
A.The?code?wont?compile
B.Some?things?are?true?in?this?world?will?be?printed
C.Hey?this?wont?compile?will?be?printed
D.None?of?these
4:设有变量说明语句?int?a=1,b=0;
则执行以下程序段的输出结果为(?)。
switch?(a)
{
case?1:
switch?(b)
{
case?0:printf(**0**);break;
case?1:printf(**1**);break;
}
case?2:printf(**2**);break;
}
printf(\n);
A.**0**
B.**0****2**
C.**0****1****2**
D.有语法错误
5:Which?is?the?main()?method?return?of?a?application?
A.String
B.byte
C.char
D.void
6:Which?are?not?Java?keywords?
A.TRUE
B.const
C.super
D.void
7:
1.?Give?the?code?fragment:
2.?if(x4){
3.?System.out.println(“Test?1”);}
4.?else?if?(x9){
5.?System.out.println(“Test?2”);}
6.?else?{
7.?System.out.println(“Test?3”);}
8.?Which?range?of?value?x?would?produce?of?output?“Test?2”?
A.x4
B.x4
C.x9
D.None
8:软件生命周期的瀑布模型把软件项目分为?3?个阶段、8?个子阶段,以下哪一个是正常的开发
顺序?
A.计划阶段、开发阶段、运行阶段
B.设计阶段、开发阶段、编码阶段
C.设计阶段、编码阶段、维护阶段
D.计划阶段、编码阶段、测试阶段
9:Which?of?the?following?answer?is?correct?to?express?the?value?8?in?octal?number?
A.010
B.0x10
C.08
D.0x8
10:
1.?Which?is?the?most?appropriate?code?snippet?that?can?be?inserted?at?line?18?in?the?follo
wing?code?
2.
3.?(Assume?that?the?code?is?compiled?and?run?with?assertions?enabled)
4.
5.?1.?import?java.util.*;
6.
7.?2.
8.
9.?3.?public?class?Ass
您可能关注的文档
最近下载
- 水泥厂余热锅炉调试报告.pdf VIP
- 2024-2025年中国铁氧体软磁材料行业市场调查研究及投资前景预测报告.docx
- 2025秋统编版(2024)小学道德与法治三年级上册(全册)课时练习及答案(附目录).docx
- 我眼中的中国平安.docx VIP
- 公路工程沥青新旧试验规程差异对比解读-JTG 3410-2025.pdf VIP
- 《气体传感器简介》课件.pptx VIP
- 自治区矿产资源开发利用与生态保护修复方案编制提纲(试行).doc VIP
- 粘贴钢板加固施工方案.docx VIP
- 碳排放权交易有关会计处理暂行规定(2025).docx VIP
- Fisher阀门结构与维护.ppt VIP
文档评论(0)