J2SE Question:

What is instance?

J2SE Interview Question
J2SE Interview Question

Answer:

An object of a particular class. In programs written in the Java programming language, an instance of a class is created using the new operator followed by the class name.


Previous QuestionNext Question
What is instance variable?What is import?