Java Basics
Primitive Data Types (Numeric types, character types, boolean types)
Numeric Types
Integer
byte (8 bit)
short (16 bit)
int (32 bit)
long (64 bit)
Real Numeric Types
float (32 bit)
double (64 bit)
Character Types
char (16 bit Unicode) which means it is fit for Internationalization and Localization.
Boolean Data Types (boolean)
true
false
to be continued...
No comments:
Post a Comment