Java package: Difference between revisions

Content deleted Content added
Thijs!bot (talk | contribs)
m robot Adding: nl:Package
link disambiguation using AWB
Line 36:
== 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;