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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

单选题:Which is the value of `temp` after the code’s execution? ( )

Luz5年前 (2021-05-10)1487
Which is the value of `temp` after the code’s execution? ( ) @[B](2)```Javalong temp = (int)3.9;temp %= 2;```A. 0B. 1C.…

单选题:How do you indicate where a component will be positioned using B

Luz5年前 (2021-05-10)875
How do you indicate where a component will be positioned using BorderLayout? @[D](2)A. Pass an X/Y percentage paramete…

单选题:About Java, which statement below is NOT correct?

Luz5年前 (2021-05-10)1302
About Java, which statement below is NOT correct? @[A](2)A. The size of int type varies from platform to platform.B.…

单选题:For code below, the result would be?

Luz5年前 (2021-05-10)882
For code below, the result would be? @[A](2)```Java String s = "Welcome to Zhejiang University"; String[] a = s.split(…

单选题:For code below, the result would be?

Luz5年前 (2021-05-10)837
For code below, the result would be? @[D](2)```JavaSystem.out.printf("Pi is about %d\n", Math.PI); ```A. Compile erro…

单选题:Which one below is NOT a valid Java identifier?

Luz5年前 (2021-05-10)1696
Which one below is NOT a valid Java identifier? @[B](2)A. Each B. goto C. 名字 D. $2A.EachB.gotoC.名字D.$2答案:B…

单选题:For code below, which statement is correct?

Luz5年前 (2021-05-10)1272
For code below, which statement is correct? @[B](2)```Java public static void main(String[] args) throws Exception {…

单选题:About object variables, like s as “String s”, which statement be

Luz5年前 (2021-05-10)952
About object variables, like s as “String s”, which statement below is correct? @[B](2)A. Object variable is exactly t…

单选题:About the Java language, which statement below is NOT correct?

Luz5年前 (2021-05-10)1756
About the Java language, which statement below is NOT correct? @[A](2)A. Other than the class itself, only derived cla…

单选题:About functions in Java, which statement below is NOT correct?

Luz5年前 (2021-05-10)1097
About functions in Java, which statement below is NOT correct? @[B](2)A. All functions are class members.B. All functi…