+91-85006-22255
What is the largest integer group data type?
Correct Answer : C
Space occupied by various integer datatypes are as follows: byte - 1 byte short - 2 bytes long - 8 bytes int - 4 bytes
byte
1
short
2
long
8
int
4
Topic: Integer Data Types In Java
Read this topic Take test on this topic
Open In App