A.a
B.b
C.c
D.ac
E.abc
第1题:
A.Point p = Line.getPoint();
B.Line.Point p = Line.getPoint();
C.Point p = (new Line()).getPoint();
D.Line.Point p = (new Line()).getPoint();
第2题:
A.Arrays.sort(s);
B.s=newTreeSet(s);
C.Collections.sort(s);
D.s=newSortedSet(s);
第3题:
4、exception类中有哪个函数?
A.which()
B.what()
C.when()
D.where()
第4题:
A.Line35willnotcompile.
B.Line36willnotcompile.
C.Line37willnotcompile.
D.Line38willnotcompile.
第5题:
exception类中有哪个函数?
A.which()
B.what()
C.when()
D.where()
第6题:
当你创建自定义的异常类时,应该从 C++ 标准库中的 exception 类继承,从而可以使用 exception 类中的 which() 函数。