-->
当前位置:首页 > Luz 第6030页
Luz

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

单选题:Which statement below is incorrect:

Luz5年前 (2021-05-10)1981
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

Luz5年前 (2021-05-10)880
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

Luz5年前 (2021-05-10)1208
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:

Luz5年前 (2021-05-10)1652
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

Luz5年前 (2021-05-10)681
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

Luz5年前 (2021-05-10)822
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? ( )

Luz5年前 (2021-05-10)1391
Which word below is NOT keyword of Java? ( ) @[B](2)A. constB. NULLC. falseD. nativeA.constB.NULLC.falseD.native答案:B…

单选题:For the code below:

Luz5年前 (2021-05-10)1026
For the code below:```JAVAboolean m = true;if ( m=false )System.out.println(“False”);elseSystem.out.println(“True”);```W…

单选题:For the code below:

Luz5年前 (2021-05-10)1087
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

Luz5年前 (2021-05-10)982
Object of which class below can be real parameter of constructor of DataInputStream?( ) @[C](2)A. FileB. StringC. Fil…