DEVFYI - Developer Resource - FYI

What is instance

J2SE Interview Questions and Answers


(Continued from previous question...)

97. What is instance

An object of a particular class. In programs written in the Java programming language, an instance of a class is created using the new operator followed by the class name.

(Continued on next question...)

Other Interview Questions