Java package: Difference between revisions

Content deleted Content added
No edit summary
Line 36:
== Creation of JAR files ==
 
In Java, source files that the package the file belongs to is specified with the <code>package</code> [[keyword]].
 
package java.awt.event;