单项选择题
A.here B._there C.this D.that
下列算符中,只有那一个被String对象重载()A.-B.+=C.>>D.&
单项选择题下列算符中,只有那一个被String对象重载()
A.- B.+= C.>> D.&
下面那个代表八进制数字()A.ox12B.320C.o32D.12
单项选择题下面那个代表八进制数字()
A.ox12 B.320 C.o32 D.12
下面赋值非法的是()A.longtest=012B.shorts=10C.intother=(int)true...
单项选择题下面赋值非法的是()
A.longtest=012 B.shorts=10 C.intother=(int)true D.doubled=1234.05