J2SE Question: Download J2SE PDF

What is instance variable?

Tweet Share WhatsApp

Answer:

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.

Download J2SE PDF Read All 214 J2SE Questions
Previous QuestionNext Question
What is int?What is instance?