此题为判断题(对,错)。
第1题:
设有类定义如下:
class InOut{
String s= new String("Between");
public void amethod(final int iArgs){
int iam;
class Bicycle{
public void sayHello(){
//Here
}
}
}
public void another(){
int iOther;
}
}
以下哪些语句可以安排在//Here处 ?
A. System.out.println(s);
B.System.out.println(iOther);
C. System.out.println(iam);
D. System.out.println(iArgs);
第2题:
请在(17)处填上最佳答案。
[A] prevalent
[B] principal
[C] innovative
[D] initial
第3题:
They’re doing some very innovative work in solar energy.“innovative” here means something out of date.
A对
B错
第4题:
You- re _s___________ out ,you need to relax.
第5题: