我国境内已知最早的人类是______。
A.山顶洞人 B.蓝田人 C.北京人 D.元谋人
参考答案:D
船舶定线制的主要内容之一是()。
A.疏理同向或接近同向的交通流
B.疏理汇聚区域的交通流
C.分隔沿岸交通流
D.分隔各转向点附近的交通流
运行下面的程序时,会产生( )。 public class Test{public static void main(String args[ ] ) { int x =0; int y = 2/x; int z[ ] = {1,2,4,6}; int p=z[4];} }
A.ArrayIndexOutOfBoundsExcePtion异常
B.NumberFormatException异常
C.ArithmeticException异常
D.ArithmeticException异常和ArrayIndexOutOfBoundsExcePtion异常