J2SE Question:
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.
Previous Question | Next Question |
What is URL? | What is virtual machine? |