單項選擇題指出正確的表達(dá)式()

A.byte=128;
B.Boolean=null;
C.longl=0xfffL;
D.double=0.9239d;


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題欲構(gòu)造ArrayList類的一個實例,此類繼承了List接口,下列哪個方法是正確的?()

A.ArrayList myList=new Object();
B.List myList=new ArrayList();
C.ArrayList myList=new List();
D.List myList=new List();

3.單項選擇題下面聲明數(shù)組的寫法錯誤()。

A.inta[]
B.int[]a
C.int[3][]a
D.int[][3]a