Which integer type has the smallest size and how many bits does it occupy?

Choose the correct answer

Explanation

Among integer types, the 'byte' is the smallest, occupying 8 bits. The 'short' type typically uses 16 bits, making it larger than a byte.

Which integer type has the smallest size and how man… — Java concepts and its programming | PakQuizHub