登录/
注册
题库分类
下载APP
帮助中心
首页
考试
搜题
APP
当前位置:
首页
>
查试题
>
计算机
>
JAVA认证
搜答案
JAVA认证 (4)
SCWD
SCAJ
SCJP
SCJD
最新试题
下面不属于公文的是()
02-10
下列不属于借款人的义务的是()
02-10
位于黏膜下层的腺体是()
02-10
FAM读写器的工控机串口号为()
02-10
自噬作用中,溶酶体消化水解的对象是()
02-10
文件格式是网页图像中最常采用的格式()
02-10
近代战争赔款直接破坏和阻碍中国的经济发展()
02-10
办公.生产场所内物品存放柜应可靠放置,按的原则放置物品,存放物品较重的抽屉柜应设置挡块,防止砸伤()
02-10
下面关于加密的说法,不正确的是()
02-10
FX2N系列可编程控制器处于运行状态时,接通()
02-10
上一页
下一页
热门试题
Given a portion of a valid Java EE web application’s directory structure:MyApp | |--Directory1 ||--File1.html| |--META-INF| |--File2.html| |--WEB-INF |--File3.html You want to know whether File1.html, File2.html,and/or File3.html is protected from direct access by yourweb client’s browsers. What statement is true?()
Given: 6. Which two successfully translate and result in a value of true?()
1.public class Test { 2.public static void main (String args[]) { 3.class Foo { 4.public int i = 3; 5.} 6.Object o = (Object) new Foo(); 7.Foo foo = (Foo)o; 8.System.out.printIn(foo. i); 9. } 10.} What is the result?()
A developer is designing a web application that must support multiple interfaces, including: an XML web service for B2B HTML for web-based clients WML for wireless customers. Which designpattern provides a solution for this problem?()
如何设定包访问级的成员函数或成员变量()
下面的哪些声明是合法的?()
11. static class A { 12. void process() throws Exception { throw new Exception(); } 13. } 14. static class B extends A { 15. void process() { System.out.println(”B”); } 16. } 17. public static void main(String[] args) { 18. new B().process(); 19. } What is the result?()
for循环的一般形式为: for(初值;终值;增量) 一下对for循环的描述中,正确的是()
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?()
1. public class ForBar  {  2. public static void main(String []args)   {  3.   int i = 0, j = 5;  4. tp: for (;;)  {  5. i ++;  6. for(;;)  7. if(i > --j) break tp;  8. }  9. system.out.printIn(“i = ” + i + “, j = “+ j);  10. }  11. }   What is the result?()  
APP
下载
手机浏览器 扫码下载
关注
公众号
微信扫码关注
微信
小程序
微信扫码关注
领取
资料
微信扫码添加老师微信
TOP