A.int[]ages=[100];
B.int ages=new int[100];
C.int[]ages=new int[100];
D.int()ages=new int(100);
您可能感興趣的試卷
你可能感興趣的試題
A.float f=3.14;
B.char c=”c”;
C.Boolean b=null;
D.int i=10.0;
A.java.sys包
B.java.lang包
C.java.util包
D.以上都不是
A.FileInputStream in=new FileInputStream("file.dat");in.skip(9);intc=in.read()
B.FileInputStream in=new FileInputStream("file.dat");in.skip(10);intc=in.read()
C.FileInputStream in=new FileInputStream("file.dat");intc=in.read()
D.RandomAccessFile in=new RandomAccessFile("file.dat");in.skip(9);intc=in.readByte()
A.byte=128;
B.Boolean=null;
C.longl=0xfffL;
D.double=0.9239d;
A.ArrayList myList=new Object();
B.List myList=new ArrayList();
C.ArrayList myList=new List();
D.List myList=new List();
最新試題
若有說明語句:int a[2][4];,則對a數(shù)組元素的正確應(yīng)用是()。
子類繼承了多個父類的數(shù)據(jù)結(jié)構(gòu)和方法,則稱為()。
如何只帶一個參數(shù)(或其他參數(shù)都帶有默認(rèn)值)的()函數(shù)都可以認(rèn)為是一種轉(zhuǎn)換構(gòu)造函數(shù)。
在進(jìn)行控制驅(qū)動設(shè)計時,選用進(jìn)程與線程的區(qū)別在于()。
()函數(shù)和全局函數(shù)不能聲明為虛函數(shù)。
引用是通過變量的別名()訪問變量。
()是對一組具有共同屬性特征和行為特征的對象的抽象。
關(guān)于拷貝構(gòu)造函數(shù)的描述正確的是()。
C++中只能重載C++語言中()的運算符。
把面向?qū)ο笏枷霊?yīng)用于軟件開發(fā)過程中,指導(dǎo)開發(fā)活動的系統(tǒng)方法,簡稱()方法。