A.數(shù)組的類型可以是基本型,也可以是類,但不能是接口 B.Java中的數(shù)組用new運(yùn)算符創(chuàng)建,new運(yùn)算符還將為數(shù)組分配相應(yīng)的內(nèi)存空間 C.對(duì)于數(shù)組空間的回收,Java和C/C++相同,都是由程序控制的 D.以上說(shuō)法均錯(cuò)誤
A.static void method() B.public method() C.final void method() D.static method()
A.equals() B.equalsIgnoreCase() C.regionMatches() D.compareTo()