1.
Which keyword is used to create an object?
2.
Which method is the entry point of a java program?
4.
Which of the following is NOT a Java primitive data type?
5.
Which keyword is used to define a constant in Java?
6.
Which command compiles a Java program?
7.
Java programs are compiled into:
8.
Which symbol is used for single-line comments in Java?
9.
Which statement is used to make a decision in Java?
10.
Which keyword is used to define a class in java?
11.
What is the size of int in Java?
12.
Java was first released in which year?
13.
Which of the following is used to print output in Java?
14.
Which command runs a compiled Java program?
15.
Which keyword is used to stop a loop?
16.
Which company originally developed Java?
17.
What is the correct syntax of the main method ?
18.
Which keyword is used to inherit a class?
19.
Which operator is used to compare two values?
20.
Which operator is used for addition?