DEVFYI - Developer Resource - FYI

What is variable

J2SE Interview Questions and Answers


(Continued from previous question...)

What is variable

An item of data named by an identifier. Each variable has a type, such as int or Object, and a scope. See also class variable, instance variable, local variable.

(Continued on next question...)

Other Interview Questions