Primitive Data Types
Data Types and Data Structures Primitive Type Size Minimum Value Maximum Value Wrapper Type char 16-bit Unicode 0 Unicode 216-1 Character byte 8-bit -27 (-128) +27-1 (+127) Byte short 16-bit -215 (-32,768) +215-1 (32,767) Short int 32-bit -231 (-2,147,483,648) +231-1 (2,147,483,647) Integer long 64-bit -263 (-9,223,372,036,854,775,808) +263-1 (9,223,372,036,854,775,807) Long float 32-bit 32-bit ..
더보기