The Java interpreter is used for the execution of the source code.
On successful compilation a file with the class extension is created.
The Java source code can be created in a Notepad editor.
The Java Program is enclosed in a class definition.
What output is displayed as the result of executing the following statement?
System.out.println("// Looks like a comment.");
In order for a source code file, containing the public class Test, to successfully compile, which of the following must be true?