MCQ
Single Best Answer
Easy
QWhat is the numerical range of an int data type in Java?
ID: #22185
int - Data Type in Java
76 views
Question Info
#22185Q ID
EasyDifficulty
int - Data Type in JavaTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option C
Explanation
The int data type in Java is a 32-bit signed integer, ranging from -2147483648 to 2147483647. It is widely used for storing integers in most programming scenarios.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic