Object Oriented Software Engineering View all facts Glossary Help |
| subject > component > source file > Java source file |
| Java source file comparison table | ||||
| Subject | use | declare | is a kind of | contain |
|---|---|---|---|---|
| source file | file | source code | ||
| Java source file | the import statement to use the facilities of another package | the package to which its class belongs using the package keyword | source file | one class |
Up: source file