o分為四種:「整數」、「浮點數」、「布林」及「字元」。
o整數型別(Integral type):
byte、short、int 及long。
byte、short、int 及long。
o浮點數型別(Floation point type):
double 、 float 。
double 、 float 。
o布林/邏輯型別(Logical type):
boolean 。
boolean 。
o字元型別(Textual type):
char 。
char 。
整數型態
資料型態
|
儲存單位
|
數值表示的範圍
|
byte
|
1
byte
|
-128~127
|
short
|
2
byte
|
-32768~32767
|
int
|
4
byte
|
-2147483648~2147483647
|
long
|
8
byte
|
-9223372036854775808~
9223372036854775807
|
浮點數型態
資料型態
|
儲存單位
|
數值表示的範圍
|
float
|
4
byte
|
正值:1.4E-45~3.4E38
負值:-3.4E38~-1.4E-45
|
double
|
8
byte
|
正值:4.94E-324~1.79E+308
負值:-1.79E+308~-4.94E-324
|
註:E為科學記號字元,其代表10的指數。
|
布林及字元型態
資料型態
|
儲存單位
|
數值表示的範圍
|
boolean
|
1
bit
|
「true」及「false」
|
資料型態
|
儲存單位
|
數值表示的範圍
|
char
|
2
byte
|
\u0000~\uFFFF
|
其它文章
沒有留言:
張貼留言