Java MCQ : Java IDE (Multiple Choice Questions)


Question 1
We can run java program directly from the IDE using shortcut.
A
True
B
False
Question 2
We can debug java program using IDE.
A
True
B
False
Question 3
Java has ______ primitive types of data.
A
9
B
8
C
6
D
7
Question 3 Explanation: 
Java has eight primitive types of data: byte, short, int, long, char, float, double, and boolean.
There are 3 questions to complete.