[Java] Primitive type 基本型態的長度

Java 的型態分為 Primitive type 基本型態與 Class type 類別型態

基本型態分為
整數
short 2位元組
int 4位元組
long 8位元組

位元組
1位元組,可表示 -128到127的整數

浮點數
float 4位元組
double 8位元組

字元
char 2位元組

布林
true/false

沒有留言:

張貼留言