1 | All of the Java source files we've seen so far contain one and only one class, a subclass of the Applet class |
2 | In fact, a source file may contain any number of classes (but only one may be public) |
3 | The Java compiler (javac) will generate one .class file for each class in the source file |