Slide 23
Slide 23 text
Library
• A collection of resources (classes)
• A Java Archive, or JAR file, contains all of the various components that make up a self-
contained, executable Java application or, most commonly, a Java library to which a
Java Runtime Environment can link.
23