DEVFYI - Developer Resource - FYI

What is instance variable

J2SE Interview Questions and Answers


(Continued from previous question...)

99. What is instance variable

Any item of data that is associated with a particular object. Each instance of a class has its own copy of the instance variables defined in the class. Also called a field. See also class variable.

(Continued on next question...)

Other Interview Questions