题目内容

听力原文:W: What would you like to have, sir?
M: Well, I'd like to have an apple juice and a chicken sandwich.
Where are the two speakers?

A. In a restaurant.
B. On a farm.
C. At a man's house.

查看答案
更多问题

What colour of shirt does the man finally choose?

A. Blue.
Black.
C. White.

下列程序的输出结果是()。 public Comlicatedexpression() { } public static void main(String[] args){ int x=20, y=30; boolean b; b=x>50&&y>60‖x>50&&y<-60‖x<-50&&y>6011x<-50&&y<-60; System.out.println(b); }

A. 真
B. 假
C. I
D. 0

下列代码的输出结果是()。
class parent
{
void printme()
{
System.out.println("parent");
}
}
class child extends parent
{
void printme()
{
System. out.println("child");
}
void printall()
{
super, printme();
this.printme();
printme();
}
}
public class test
{
public static void main(String args[])
{
child myc=new child();
myc.printall();
}
}

A. import java.awt.*;
B. import java.applet.applet;
C. import java.io.*;
D. import java, awt.graphics;

下列语句输出结果为()。 public class test { public static void main(String args[]) String s1 =newString("HOW"); String s2=newString("How"): System.out.pnntln(!(s1.equals(s2))); } }

A. 假
B. 真
C. 0
D. 1

答案查题题库