J2SE Question:

What is import?

J2SE Interview Question
J2SE Interview Question

Answer:

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.


Previous QuestionNext Question
What is instance?What is impersonation?