Section 1.8 Check Point Questions8 questions 

1.8.1
What is the Java source filename extension, and what is the Java bytecode filename extension?
1.8.2
What are the input and output of a Java compiler?
1.8.3
What is the command to compile a Java program?
1.8.4
What is the command to run a Java program?
1.8.5
What is the JVM?
1.8.6
Can Java run on any machine? What is needed to run Java on a computer?
1.8.7
If a NoClassDefFoundError occurs when you run a program, what is the cause of the error?
1.8.8
If a NoSuchMethodError occurs when you run a program, what is the cause of the error?