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