Q. The smallest integer type is ......... and its size is ......... bits.
β
Correct Answer: (B)
byte, 8
Explanation: The smallest integer type in Java is byte, and its size is 8 bits.