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


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