Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
Java package: Difference between revisions
Article
Talk
Language
Watch
View history
Edit
Browse history interactively
← Previous edit
Next edit →
Content deleted
Content added
Visual
Wikitext
Revision as of 07:05, 30 June 2006
edit
192.193.220.154
(
talk
)
→
Creation of JAR files
← Previous edit
Revision as of 07:05, 30 June 2006
edit
undo
192.193.220.154
(
talk
)
→
Creation of JAR files
Next edit →
Line 36:
== Creation of JAR files ==
In Java
,
source files
that
,
the package
that
the file belongs to is specified with the <code>package</code> [[keyword]].
package java.awt.event;