Java MCQ : Data Types in Java (Multiple Choice Questions)
Question 1 |
Which of the following is smallest integer data type ?
int | |
byte | |
short | |
long |
Question 2 |
Which of the following is not a primitive data type ?
byte | |
short | |
enum | |
int |
Question 3 |
Integer Data type does not include following primitive data type ____________.
double | |
long | |
short | |
byte |
Question 3 Explanation:
Integers includes byte, short, int, and long
Question 4 |
Which of the following data types comes under floating data types ?
byte | |
double | |
float | |
long | |
int |
Question 4 Explanation:
Floating-point numbers includes float and double
Question 5 |
Character data type cannot store following value.
Letter | |
Digit | |
Special Character | |
String |
There are 5 questions to complete.