Java package: Difference between revisions

Content deleted Content added
context makes it pretty clear we're talking about the programming language, not the Indonesian island
Line 35:
 
== Creation of JAR files ==
 
In Java source files, the package that the file belongs to is specified with the <code>package</code> [[keyword (computer programming)|keyword]].
 
package java.awt.event;
 
JAR Files are created with the jar command-line utility. The command