Computer Applications

List the size of primitive data types in Java.

Values & Data Types Java

36 Likes

Answer

Data TypeSize in Bytes
byte1
short2
int4
long8
float4
double8
char2
boolean1

Answered By

24 Likes


Related Questions