What is the size of the int data type in Java?

Choose the correct answer

Explanation

In Java, the int data type occupies 32 bits of memory, which allows it to store values within the range of -2,147,483,648 to 2,147,483,647.

What is the size of the int data type in Java? — Java concepts and its programming | PakQuizHub