+91-85006-22255
What is the size in bytes for an 'short' data type.
Correct Answer : B
short datatype is one of the integer datatypes. Its size is 2 bytes (16 bits) having range of -32,768 to +32,767.
short
-32,768
+32,767
Topic: Integer Data Types In Java
Read this topic Take test on this topic
Open In App