from
on
in
of
第1题:
We will try again ____________ the failure.
A、in spite
B、in spite of
C、despite of
D、spite
第2题:
向Applet传递参数的正确描述是( )。
A.<param name=age,value=20>
B.<applet code=Try.class width=100,height=100, age=33>
C.<name=age,value=20>
D.<applet code=Try.class name=age,value=20>
第3题:
A、of
B、to
C、from
D、with
第4题:
有如下模板声明:
template<typename T1,typename 12>class A;
下列声明中,与上述声明不等价的是
A.template<class T1,class T2>class A;
B.template<class T1,typename T2>class A;
C.template<typename TI,class T2>class A;
D.template<typename T1,T2>class A;
第5题:
有如下模板声明: template<typename T1,typename T2>class A; 下列声明中,与上述声明不等价的是
A.template<class T1,class T2>class A;
B.template<class T1,typename T2>class A;
C.template<typename T1,class T2>class A;
D.template<typename T1,T2>class A;
第6题:
下列程序创建了一个线程并运行,请在下划线处填入正确代码。
public class Try extends Thread{
public static void main(String args[]){
Threadt=new Try();
【 】;
}
public void run(){
System.out.println(“Try!”);
}
}
第7题:
第8题:
four
fourth
the fourth
a fourth
第9题:
pre in post
pre in
in post pre
in pre post
pre post in
第10题:
She has been ill.
She has been in Mexico.
Some relatives have been visiting her.
第11题:
from
on
in
of
第12题:
template<class T1,class T2> class A;
template<class T1,typename T2> class A;
template<typename T1,class T2> class A;
template<typename T1,T2> class A;
第13题:
A、Nothing much
B、Never mind
C、Nothing serious
D、Never again
第14题:

A.Line 33 must be called within a try block.
B.The exception thrown by method1 in class A is not required to be caught.
C.The method declared on line 31 must be declared to throw a RuntimeException.
D.On line 5 of class A, the call to method2 of class B does not need to be placed in a try/catch block.
第15题:
此题为判断题(对,错)。
第16题:
下列程序创建了一个线程并运行,横线处应填入的正确代码是( )。 public class Try extends Thread{ public static void main(String args[]){ Thread t=new Try; ; } public void runf System.out.println(”Try!"); } }
A.t.start
B.t.class
C.t.thread
D.t.static
第17题:
向Applet传递参数的正确描述是( )。
A.<paramname=age,value=20>
B.<appletcode=Try.class width=100,height=100,age=33>
C.<name=age,value=20>
D.<appletcode=Try.class name=age,value=20>
第18题:
Christine was just a girl in one of my class. I never knew much about
Her except for that she was strang . she didn’t talk many .her hair was black
and purple, and she worn black sports shoes and a black sweater ,although in the
summer .she was ,infact, rather attractively, and she never seemed ^care what
the rest if us thought about her .like the rest of my classmate ,I didn’t really
want to get closest to her . it was only when we did their chemistry projiect
together that I begin to uanderstand why christine dressed the way she did .
__________
第19题:
考虑下列Java代码: class A { public static void main(String[] args) { try { System.out.println("Hello, World!"); } } } 其中的错误是()。
第20题:
was she
weren’t she
were they
weren’t they
第21题:
template<T>
template<class T1,T2>
template<class T1,class T2>
template<class T1;class T2>
第22题:
in pre
pre in
in pre post
pre in post
第23题:
a.wait();
t.wait();
t.join();
t.yield();
t.notify();
a.notify();
t.interrupt();
第24题:
I had come, but there was a visitor at home.
I was going to, but I had an unexpected visitor.
No way, as a visitor was coming to visit me.
I’m sorry. I won’t miss the class again.