Beginner
Java
Q11 / 100
What is the size of an int in Java?
Correct! Well done.
Incorrect.
The correct answer is B) 4 bytes
B
Correct Answer
4 bytes
Explanation
In Java, int is always 32 bits (4 bytes) regardless of the underlying platform, unlike C/C++.
Progress
11/100