Java MCQ : Data Types in Java (Multiple Choice Questions)


Question 1
Which of the following is smallest integer data type ?
A
short
B
long
C
int
D
byte
Question 2
Which of the following is not a primitive data type ?
A
enum
B
byte
C
int
D
short
Question 3
Integer Data type does not include following primitive data type ____________.
A
byte
B
long
C
short
D
double
Question 3 Explanation: 
Integers includes byte, short, int, and long
Question 4
Which of the following data types comes under floating data types ?
A
double
B
float
C
byte
D
int
E
long
Question 4 Explanation: 
Floating-point numbers includes float and double
Question 5
Character data type cannot store following value.
A
Special Character
B
Letter
C
String
D
Digit
There are 5 questions to complete.