登录/
注册
题库分类
下载APP
帮助中心
首页
考试
搜题
APP
当前位置:
首页
>
查试题
>
计算机
>
JAVA认证
搜答案
JAVA认证 (4)
SCWD
SCAJ
SCJP
SCJD
最新试题
关于AWT和Swing说法正确的是()
02-24
用于实现数据存取安全性的SQL语句是()
02-10
洋务派创办民用企业的直接目的是()
02-10
组成一个家庭网络一般由三部分组成,是多余的()
02-10
三相全控桥式整流电路电感性负载无续流管,输出电压平均值的计算公式是o()
02-10
万用表由表头、及转换开关三个主要部分()
02-10
在Excel2010中,假定一个单元格的地址表示为$D25,则该单元格的行地址为()
02-10
ERCP是什么时候进临床实践()
02-10
男性,56岁,近期内出现排便不畅,腹部不适,腹胀,大便带有血液和黏液,有原因不明的贫血,乏力,体重减轻。应考虑是()
02-10
组合式斜楔体不裂损、磨耗不超限的制造质量保证期为年()
02-10
上一页
下一页
热门试题
如果想要一个类不能被任何类继承的话,需要使用哪个关键字来修饰该类?()
A web application allows the HTML title banner to be set using a servlet context initialization parametercalled titleStr. Which two properly set the title in this scenario?()
假设在目录myprj/src/school中有Java源文件Student.java,如果希望该文件编译后的类文件出现在目录myprj/classes/school中,应该使用下列哪一个命令?()
class MyApp{ public static void main(String[] args){ int age; System.out.println(“age=”+age); } } 执行上述代码后输出的结果是哪项?()
10. class Line { 11. public static class Point { } 12. } 13. 14. class Triangle { 15. // insert code here 16. } Which code, inserted at line 15, creates an instance of the Point class defined in Line?()
Given the security constraint in a DD:// 101. 102. 103.Foo 104./Bar/Baz/* 105.POST 106. 107. 108.DEVELOPER 109. 110. And given that "MANAGER" is a valid role-name,which four are true for this security constraint?()
由A地到B地,中间有一段扶梯,总路程和扶梯长度是固定的,为赶时间全程都在行走(包含扶梯上),中途发现鞋带松了,需要停下来绑鞋带.请问在扶梯上绑鞋带和在路上绑鞋带两种方式比较()。
class Test2{ public static void main(String [] args){ boolean x=true; boolean y=false; short z=42; if((x==true)&&y=true))z++; if((y==true||++z=44))z++; System.out.println(“z=”+z); } } 结果是什么?()
11. public static void main(String[] args) { 12. Integer i = uew Integer(1) + new Integer(2); 13. switch(i) { 14. case 3: System.out.println(”three”); break; 15. default: System.out.println(”other”); break; 16. } 17. } What is the result?()
public interface A { String DEFAULT_GREETING = “Hello World”; public void method1(); } A programmer wants to create an interface called B that has A as its parent. Which interface declaration is correct?()
APP
下载
手机浏览器 扫码下载
关注
公众号
微信扫码关注
微信
小程序
微信扫码关注
领取
资料
微信扫码添加老师微信
TOP