Object Oriented Software Engineering View all facts Glossary Help |
subject > programming language construct > statement > Java statement > Java import statement |
Java import statement | ||||
subject | fact |
Java import statement | has example import finance.banking.accounts.*; | |
has purpose to allow a class to use the facilities of another package | ||
is a subtopic of The Basics of Java | ||
is a kind of Java statement | ||
Java statement | is terminated by a semicolon | |
statement | should be not more than one line long if possible |