Object Oriented Software Engineering   View all facts   Glossary   Help
subject > component > source file > Java source file
Upsource file

Java source file
subjectfact 
Java source filecan use the import statement to use the facilities of another packagelink: chapter2section2.8.html#984, 2001-08-30 14:56:21.0
contains Java source code2001-08-30 14:56:21.0
contains one classlink: chapter2section2.8.html#758, 2001-08-30 14:56:21.0
is a subtopic of The Basics of Java2001-08-30 14:56:21.0
is a kind of source file2001-08-30 14:56:21.0
should declare the package to which its class belongs using the package keywordlink: chapter2section2.8.html#982, 2001-08-30 14:56:21.0
componentis reusable if it can be used in several different systems with little or no modification2001-08-30 14:55:00.0
may perform a special-purpose function such as the user interface for a particular system2001-08-30 14:55:00.0