單項選擇題下面的哪個賦值語句是不對的?()

A.float f=11.1;
B.double d=5.3E12;
C.double d=3.14159;
D.double d=3.14D;


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題哪個是將一個十六進(jìn)制值賦值給一個long型變量?()

A.long number=345L
B.long number=0345
C.long number=0345L
D.long number=0x345L

2.單項選擇題Java中整型包括()。

A.int,byte,char
B.int,short,long,byte,char
C.int,short,long,char
D.int,short,long,byte

4.單項選擇題下面哪個不是Java的保留字或關(guān)鍵字?()

A.default
B.NULL
C.throws
D.long

5.單項選擇題下面哪個是Java語言中正確的標(biāo)識符()。

A.3D
B.$this
C.extends
D.implements