DEVFYI - Developer Resource - FYI

What is class variable

J2SE Interview Questions and Answers


(Continued from previous question...)

32. What is class variable

A data item associated with a particular class as a whole--not with particular instances of the class. Class variables are defined in class definitions. Also called a static field. See also instance variable.

(Continued on next question...)

Other Interview Questions