当前位置:首页
> Luz 第6032页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论单选题:Which is the value of `temp` after the code’s execution? ( )
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
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?
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?
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?
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?
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?
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
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?
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?
About functions in Java, which statement below is NOT correct? @[B](2)A. All functions are class members.B. All functi…