DEVFYI - Developer Resource - FYI

What is import

J2SE Interview Questions and Answers


(Continued from previous question...)

95. What is import

A Java keyword used at the beginning of a source file that can specify classes or entire packages to be referred to later without including their package names in the reference.

(Continued on next question...)

Other Interview Questions