Computer Applications

List the size of primitive data types in Java.

Values & Data Types Java

44 Likes

Answer

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

Answered By

29 Likes


Related Questions