1.
What is the correct file extension for a Java source code file?
2.
Which method serves as the entry point for a Java application?
3.
What is the purpose of the System.out.println() method in Java?
4.
Which keyword is used to declare a class in Java?
5.
What is the purpose of the javac command in Java?
6.
How is Java code typically executed on the command line?
7.
What is the role of the Java Virtual Machine (JVM)?
8.
Which statement is true regarding Java's platform independence?
9.
What is the purpose of the javap command in Java?
10.
Which statement correctly describes the Java compiler?