J2SE Question:
Download Questions PDF

What is variable?

Answer:

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.

Download J2SE Interview Questions And Answers PDF

Previous QuestionNext Question
What is URL?What is virtual machine?