A.}catch(ClassCastExceptionc){
B.}catch(IllegalStateExceptionc){
C.}catch(NumberFormatExceptionn){
D.}catch(IllegalArgumentExceptione){
第1题:
1.classHorseRadish{2.//insertcodehere3.protectedHorseRadish(intx){4.System.out.println("bokchoy");5.}6.}7.classWasabiextendsHorseRadish{8.publicstaticvoidmain(String[]args){9.Wasabiw=newWasabi();10.}11.}分别插入到第2行,哪两项允许代码编译并产生"bokchoy"输出结果?()
A.//justacomment
B.protectedHorseRadish(){}
C.protectedHorseRadish(){this(42);}
D.protectedHorseRadish(){newHorseRadish(42);}
第2题:
A.}catch(IllegalArgumentExceptione){
B.}catch(IllegalStateExceptionc){
C.}catch(NumbelFormatExceptionn){
D.}catch(ClassCastExceptionc){
第3题:
A.doX();
B.X.doX();
C.x.X.doX();
D.x.XmyX=newx.X();myX.doX();
第4题:
A.Mapc=newSortedMap();
B.HashMapc=newHashMap();
C.HashMapc=newHashtalole();
D.SortedMapc=newTreeMap();
E.ArrayListc=newArrayList();
F.MaDc=newLinkedHashMap();
第5题:
现有:classHorseRadish{//insertcodehereprotectedHorseRadish(intx){System.out.println("bokchoy");}}classWasabiextendsHorseRadish{publicstaticvoidmain(String[]args){Wasabiw-newWasabi();}}分别插入到第2行,哪两项允许代码编译并产生”bokchoy”输出结果()
A.protectedHorseRadish(){this(42);}
B.protectedHorseRadish(){}
C.//justacomment
D.protectedHorseRadish(){newHorseRadish(42);}