Java MCQ : Java IDE (Multiple Choice Questions)
Question 1 |
We can run java program directly from the IDE using shortcut.
True | |
False |
Question 2 |
We can debug java program using IDE.
True | |
False |
Question 3 |
Java has ______ primitive types of data.
9 | |
8 | |
6 | |
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.