單項選擇題下列選項中不屬于Java中的基本數(shù)據(jù)類型的是()

A.byte
B.double
C.boolean
D.string


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題下面代碼中,可以把div中文本設(shè)為紅色的是()

A.document.getElementById("divResult").color=red;
B.document.getElementById("divResult").style.color=#10011;
C.document.getElementById("divResult").color=“red”;
D.document.getElementById("divResult").style.color=“red“;

3.單項選擇題下面SQL語句中,表示過慮條件是id=1001或id=1002的是()

A.select*from table where id in(1001   1002)
B.select*from product swhere id between 1001 and 1004
C.select*from table where id not in(1004  1005)
D.select*from table where id=1001 and vend_id=1002

5.單項選擇題SQL的BETWEEN語句表示取在某一區(qū)間的值,那么條件”年齡BEWTWEEN 40 AND 50“表示年齡在40到50歲之間,且()

A.包括40歲和50歲
B.不包括40歲和50歲
C.包括40歲不包括50歲
D.不包括40歲包括50歲