Chapter 2: Preparing for and Maintaining Java in the Database
Saving classes in a JAR file
You can organize your Java classes by collecting related classes
in packages and storing them in JAR files. JAR files allow you to
install or remove related classes as a group.