Object Oriented Software Engineering View all facts Glossary Help |
subject > component > source file |
source file comparison table |
Subject | use | declare | perform | is a kind of | be | contain | is a subtopic of |
---|---|---|---|---|---|---|---|
Java source file | the import statement to use the facilities of another package | the package to which its class belongs using the package keyword | a special-purpose function such as the user interface for a particular system | source file | reusable if it can be used in several different systems with little or no modification | one class | The Basics of Java |
Next component: transaction handler Up: component, file Previous component: reusable component