Object Oriented Software Engineering   View all facts   Glossary   Help
subject > programming language construct > statement > Java statement > Java import statement
Next Java statementJava incrementer    UpJava statement    Previous Java statementJava decision-making statement   

Java import statement
subjectfact 
Java import statementhas example
import finance.banking.accounts.*;
link: chapter2section2.8.html#985, 2001-08-30 14:56:14.0
has purpose to allow a class to use the facilities of another packagelink: chapter2section2.8.html#984, 2001-08-30 14:56:14.0
is a subtopic of The Basics of Java2001-08-30 14:56:14.0
is a kind of Java statement2001-08-30 14:56:14.0
Java statementis terminated by a semicolon2001-08-30 14:56:21.0
statementshould be not more than one line long if possible2001-08-30 14:57:47.0