A.The application will crash.
B.The code on line 29 will be executed.
C.The code on line 5 of class A will execute.
D.The code on line 5 of class B will execute.
E.The exception will be propagated back to line 27.
第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.setLayout(new GridLayout(3,1));
B.add(new Checkbox("one",null,true));
C.add(new Checkbox("two"));
D.add(new Checkbox("one",true));
第3题:
A.Line35willnotcompile.
B.Line36willnotcompile.
C.Line37willnotcompile.
D.Line38willnotcompile.
第4题:
A.Line92willnotexecute.
B.Theconnectionwillnotberetrievedinline85.
C.Theresourceconnectionwillnotbeclosedonline88.
D.Theenclosingmethodwillthrowanexceptiontoitscaller.
第5题:
下列复选框构造方法,错误的是()。
A.setLayout(newGridLayout(3,1));
B.add(newCheckbox("one",null,true));
C.add(newCheckbox("tWO");
D.add(newCheckbox("one",true);
第6题: