登录/
注册
题库分类
下载APP
帮助中心
首页
考试
搜题
APP
当前位置:
首页
>
查试题
>
int arr[] = {18,52,36,72,15,95,12}; System.out.println(arr[4]); 以上程序输出的结果是?
主观题
int arr[] = {18,52,36,72,15,95,12}; System.out.println(arr[4]); 以上程序输出的结果是?
查看答案
该试题由用户477****23提供
查看答案人数:34840
如遇到问题请
联系客服
正确答案
该试题由用户477****23提供
查看答案人数:34841
如遇到问题请
联系客服
搜索
相关试题
换一换
多选题
请看下面的程序代码: if(x<0) {Syste.out.println(“first”);}else if(x<20) {Syste.out.println(“second”);}else {Syste.out.println(“third”);}当程序输出“second”时,x的范围是()
A.x<=0 B.x<20 && x>=0 C.x>0 D.x>=20
答案
主观题
若intarr={{1,2,3},{4,5},{6,7,8}},则arr[2][1]=__
答案
单选题
The perform Integrated Change Contorl process is the uitimste responsbilityof the (请作答此空) ,Although changes my be intitated verbally,they should be recorded in writtern form and entered into the ( ) syste.
A.resource manager B.division manager C.functional manager D.projeet manager
答案
单选题
请阅读下面程序 public class ThreadTest { public static void main(String args) throws Exception{int i=0;Hello t=new Hello();while(true) { System.out.println("Good Moming"+i++); if (i==2 && t.isAlive()) {Syste
A.sleep() B.yield() C.interrupt() D.start()
答案
主观题
本题读取用户输入的字符流,直到用户输入字符串quit后结束。 import java.io.*; public class java1 public static void main(Stringargs) ______; BufferedReader in; ir=new InputStreamReader(System.in); in=new BufferedReader(ir); Syste
答案
主观题
本题统计score={37,89,63,60,59,78,91)中成绩不及格的人数。 public class javal{ public static void main(Stringargs){ int score={37,89,63,60,59,78,91), int sum=0: int i=0; while(i if(score[i]>=60){ ; ; } ; i++; } Syste
答案
主观题
使用VC6打开考生文件夹下的源程序文件modi2.cpp。阅读下列函数说明和代码,完成空出部分程序。函数fun(intarr,inn)的功能是将指定的有序数组压缩成各元素互不相同的有序数组,即相同数只保留一个,多余的被删除。并返回互不相同的元素的个数。 注意:不能修改程序的其他部分,只能修改fun()函数。
答案
单选题
Given 1. public class Foo { 2. public static void main (String [] args) } 3. try { return;} 4. finally { Syste.out.printIn (“Finally”);} 5. } 6. } What is the result( )?
A. The program runs and prints nothing. B. The program runs and prints “Finally”. C. The code comiles. But an exception is thrown at runtime. D. The code will not compile because the catch block is missing.
答案
热门试题
购买搜题卡
会员须知
|
联系客服
免费查看答案
购买搜题卡
会员须知
|
联系客服
关注公众号,回复验证码
享30次免费查看答案
微信扫码关注 立即领取
恭喜获得奖励,快去免费查看答案吧~
去查看答案
全站题库适用,可用于E考试网网站及系列App
只用于搜题看答案,不支持试卷、题库练习 ,下载APP还可体验拍照搜题和语音搜索
支付方式
首次登录享
免费查看答案
20
次
微信扫码登录
账号登录
短信登录
使用微信扫一扫登录
获取验证码
立即登录
我已阅读并同意《用户协议》
免费注册
新用户使用手机号登录直接完成注册
忘记密码
登录成功
首次登录已为您完成账号注册,
可在
【个人中心】
修改密码或在登录时选择忘记密码
账号登录默认密码:
手机号后六位
我知道了
APP
下载
手机浏览器 扫码下载
关注
公众号
微信扫码关注
微信
小程序
微信扫码关注
领取
资料
微信扫码添加老师微信
TOP