Hello.java:6: ';' expected.
| This is an error message - format is filename:line number -- error is in line # 6
import java.awt.*
| This is the line where the compiler thinks the error is
^
| This is the place in the line where the error could be
Hello.java:8: Superclass Applet of class Hello not found.
| A second error message -- line 8 (there is no error!!!)
public class Hello extends Applet
| This is the line where the compiler thinks the error is
^
| This is where the compiler thinks the error is in the line
2 errors
| This is the total number of errors found
| | | | | | |