单项选择题
A./*/This is a commentB.*/This is a commentC./This is a commentD./*This is a comment*/
下列String类()方法返回指定字符串的一部分。A.extractstring()B.substring()...
单项选择题下列String类()方法返回指定字符串的一部分。
A.extractstring()B.substring()C.Substring()D.Middlestring()
下面哪条语句不能定义一个float型的变量?()A.float f1=-343;B.float f2=3.14...
单项选择题下面哪条语句不能定义一个float型的变量?()
A.float f1=-343;B.float f2=3.14;C.float f3=0x12345;D.float f4=2.8F;
()修饰符不允许父类被继承。A.abstractB.staticC.protectedD.final
单项选择题()修饰符不允许父类被继承。
A.abstractB.staticC.protectedD.final