高级程序设计(JAVA)作业..有没会做的??
1.欲构造ArrayList类的一个实例,此类继承了List接口,下列哪个方法是正确的?AArrayListmyList=newObject();BListmyList=...
1.欲构造ArrayList类的一个实例,此类继承了List接口,下列哪个方法是正确的 ?
A ArrayListmyList=newObject();
B ListmyList=newArrayList();
C ArrayListmyList=newList();
D ListmyList=newList();
单选题2.指出正确的表达式
A byte=128;
B Boolean=null;
C longl=0xfffL;
D double=0.9239d;
单选题3.运行下列程序, 会产生什么结果 public class X extends Thread implements Runable{
public void run(){ System.out.println("this is run()"); } public static
void main(String args[]) { Thread t=new Thread(new X()); t.start(); } }
A 第一行会产生编译错误
B 第六行会产生编译错误
C 第六行会产生运行错误
D 程序会运行和启动
单选题4.容器被重新设置大小后,哪种布局管理器的容器中的组件大小不随容器大小的变化而改变?
A CardLayout
B FlowLayout
C BorderLayout
D GridLayout
单选题5.指出下列程序运行的结果 public class Example{ String str=new String("good");
char[]ch={'a','b','c'}; public static void main(String args[]){ Example
ex=new Example(); ex.change(ex.str,ex.ch); System.out.print(ex.str+" and
"); Sytem.out.print(ex.ch); } public void change(String str,char ch[]){
str="test ok"; ch[0]='g'; } }
A goodandabc
B goodandgbc
C testokandabc
D testokandgbc
单选题6.下列代码哪几行会出错: 1) public void modify() { 2) int I, j, k; 3) I = 100; 4)
while ( I > 0 ) { 5) j = I * 2; 6) System.out.println (" The value of j is "
+ j ); 7) k = k + 1; 8) I--; 9) } 10} }
A line4
B line6
C line7
D line8
单选题7.paint()方法使用哪种类型的参数?
A Graphics
B Graphics2D
C String
D Color
单选题8.给出下面代码: public class Person{ static int arr[] = new
int[10]; public static void main(String a[]) { System.out.println(arr[1]);
} } 那个语句是正确的?
A 编译时将产生错误;
B 编译时正确,运行时将产生错误;
C 输出零;
D 输出空。
单选题9.下列哪些语句关于内存回收的说明是正确的?
A 程序员必须创建一个线程来释放内存;
B 内存回收程序负责释放无用内存
C 内存回收程序允许程序员直接释放内存
D 内存回收程序可以在指定的时间释放内存对象
单选题10.哪个关键字可以对对象加互斥锁?
A transient
B synchronized
C serialize
D static 展开
A ArrayListmyList=newObject();
B ListmyList=newArrayList();
C ArrayListmyList=newList();
D ListmyList=newList();
单选题2.指出正确的表达式
A byte=128;
B Boolean=null;
C longl=0xfffL;
D double=0.9239d;
单选题3.运行下列程序, 会产生什么结果 public class X extends Thread implements Runable{
public void run(){ System.out.println("this is run()"); } public static
void main(String args[]) { Thread t=new Thread(new X()); t.start(); } }
A 第一行会产生编译错误
B 第六行会产生编译错误
C 第六行会产生运行错误
D 程序会运行和启动
单选题4.容器被重新设置大小后,哪种布局管理器的容器中的组件大小不随容器大小的变化而改变?
A CardLayout
B FlowLayout
C BorderLayout
D GridLayout
单选题5.指出下列程序运行的结果 public class Example{ String str=new String("good");
char[]ch={'a','b','c'}; public static void main(String args[]){ Example
ex=new Example(); ex.change(ex.str,ex.ch); System.out.print(ex.str+" and
"); Sytem.out.print(ex.ch); } public void change(String str,char ch[]){
str="test ok"; ch[0]='g'; } }
A goodandabc
B goodandgbc
C testokandabc
D testokandgbc
单选题6.下列代码哪几行会出错: 1) public void modify() { 2) int I, j, k; 3) I = 100; 4)
while ( I > 0 ) { 5) j = I * 2; 6) System.out.println (" The value of j is "
+ j ); 7) k = k + 1; 8) I--; 9) } 10} }
A line4
B line6
C line7
D line8
单选题7.paint()方法使用哪种类型的参数?
A Graphics
B Graphics2D
C String
D Color
单选题8.给出下面代码: public class Person{ static int arr[] = new
int[10]; public static void main(String a[]) { System.out.println(arr[1]);
} } 那个语句是正确的?
A 编译时将产生错误;
B 编译时正确,运行时将产生错误;
C 输出零;
D 输出空。
单选题9.下列哪些语句关于内存回收的说明是正确的?
A 程序员必须创建一个线程来释放内存;
B 内存回收程序负责释放无用内存
C 内存回收程序允许程序员直接释放内存
D 内存回收程序可以在指定的时间释放内存对象
单选题10.哪个关键字可以对对象加互斥锁?
A transient
B synchronized
C serialize
D static 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询