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

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


您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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

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

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

5.單項選擇題Java用來定義一個新類時,所使用的關(guān)鍵字為()。

A.class
B.public
C.struct
D.class或struct