Which is the software you need to develop Java programs ?
A. 
JDK (Java Development Kit)
B. 
JRE (Java Runtime Environment)
C. 
Java API
D. 
JVM (Java Virtual Machine)
3.
The _______ is used for compilation and the _______ is used for execution of the Java application.
A. 
Java compiler, Java interpreter
B. 
Java interpreter, Java executer
C. 
Java compiler, Debugger
D. 
Java compiler, Javadoc
4.
Which of the following declarations of the main method in a Java application is correct?
A. 
Public void main(String args)
B. 
Public static void main(String[ ] args)
C. 
Public static void main(string[ ] args)
D. 
Public void main()
5.
You are responsible for writing a new Java class, Employee, which will be used by several other classes in a large project. Select the correct way to declare the class, from the list below:
This is the ultimate Java test for all those Java developer-wannabes who have just began practicing the programming language. It consists of over 93 questions of basically Core Java. So, if you are one of them and want to have a...
Questions: 93 | Attempts: 18928 | Last updated: Mar 22, 2022