Content deleted Content added
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;
|