Netprog 2002
Java Intro
41
More Samples
•
Multiple Public classes:
–
need a file for each class.
–
Tell the compiler to compile the class with
main().
•
automatically finds and compiles needed
classes.
•
Circle.java, CircleTest.java, Point.java,
Threads.java, ExceptionTest.java