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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

单选题:_________ checks whether the RadioButton rb is selected.

Luz5年前 (2021-05-10)821
_________ checks whether the RadioButton rb is selected. @[C](2)A. rb.select() B. rb.selected() C. rb.isSelected(). D.…

单选题:Given code below:

Luz5年前 (2021-05-10)1083
Given code below:```JavaList l1 = new ArrayList();ArrayList l2 = new ArrayList();System.out.println(l1.getClass() == l2.…

单选题:Below is the function header for write() in OutputStream

Luz5年前 (2021-05-10)1092
Below is the function header for write() in OutputStream```Java void write(int b)```. Now given code below, what would b…

单选题:The result of `Math.floor(-10.4)` is:

Luz5年前 (2021-05-10)1158
The result of `Math.floor(-10.4)` is: @[C](2)A. 10.4B. -10.0C. -11.0D. -10.4A.10.4B.-10.0C.-11.0D.-10.4答案:C…

单选题:About layout manager in AWT and Swing, which one below is correc

Luz5年前 (2021-05-10)758
About layout manager in AWT and Swing, which one below is correct? @[B](2)A. `FlowLayout` is the default layout manage…

单选题:Given the following code how could you invoke the Base construct

Luz5年前 (2021-05-10)963
Given the following code how could you invoke the Base constructor that will print out the string "base constructor";```…

单选题:Given code below:

Luz5年前 (2021-05-10)868
Given code below:```Java class A { private int i=baz(); public int baz() { System.out.print("A"); return 0; } } class…

单选题:下列属于非线性数据结构的是( )。

Luz5年前 (2021-05-10)1157
下列属于非线性数据结构的是( )。 @[B](2)A. 线性表B. 树C. 队列D. 栈A.线性表B.树C.队列D.栈答案:B…

单选题:下列属于线性数据结构的是( )。

Luz5年前 (2021-05-10)1487
下列属于线性数据结构的是( )。 @[A](2)A. 队列B. 树C. 图D. 二叉树A.队列B.树C.图D.二叉树答案:A…

单选题:下列属于线性数据结构的是( )。

Luz5年前 (2021-05-10)1167
下列属于线性数据结构的是( )。 @[A](2)A. 栈B. 树C. 图D. 集合A.栈B.树C.图D.集合答案:A…