当前位置:首页
> Luz 第6030页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论单选题:Which statement below is incorrect:
Which statement below is incorrect: @[A](2)A. float a = 2.0B. double b=2.0C. int c=2D. long d=2A.float a = 2.0B.double…
单选题:For object o and class C, which expression below is the right wa
For object o and class C, which expression below is the right way to test if o is an object of C? @[A](2)A. o instance…
单选题:How much time is a thread to get the CPU back after calling slee
How much time is a thread to get the CPU back after calling sleep(1000),suppose the thread will not be interrupted durin…
单选题:For the code below:
For the code below:```Javaclass Test { private int m; public static void fun( ) { // some code… }}```How to make the m…
单选题:Which one of the following containers must be added to another c
Which one of the following containers must be added to another container? ( ) @[D](2)A. WindowB. DialogC. FrameD. Panel…
单选题:With which layout manager, for a frame changing its size, a butt
With which layout manager, for a frame changing its size, a button in it could remain its height and width. ( ) @[A]…
单选题:Which word below is NOT keyword of Java? ( )
Which word below is NOT keyword of Java? ( ) @[B](2)A. constB. NULLC. falseD. nativeA.constB.NULLC.falseD.native答案:B…
单选题:For the code below:
For the code below:```JAVAboolean m = true;if ( m=false )System.out.println(“False”);elseSystem.out.println(“True”);```W…
单选题:For the code below:
For the code below:```Javapublic class MyProgram { public void main() { try { System.out.println("Hello"); } }}```Wh…
单选题:Object of which class below can be real parameter of constructor
Object of which class below can be real parameter of constructor of DataInputStream?( ) @[C](2)A. FileB. StringC. Fil…