... is there a way to compile and run multiple classes
in netbeans???
k
> .... is there a way to compile and run multiple classes
> in netbeans???
>
> k
If they go together, they should be in a package.
Explained here:
<http://java.sun.com/docs/books/tutorial/java/package/packages.html>
Or, if you're really confused now, work through
<http://java.sun.com/docs/books/tutorial/java/index.html> step-by-step
to the end!