在卫星云图上,表示云区的颜色是[ ]
A.绿色
B.蓝色
C.红色
D.白色
答案:D
订房业务中最重要的因素是——()。
A.时间
B.效率
C.速度
D.礼貌
阅读下面程序 public class Test implements Runnable public static void main(String[] args) ______ t.start(); public void run() System.out.println("Hello!"); 程序中下画线处应填入的正确选项是
A.Test t=new Test();
B.Thread t=new Thread();
C.Thread t=new Thread(new Test());
D.Test t=new Thread();