J2SE Question:

What is instance?

Tweet Share WhatsApp

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.

Read All 214 J2SE Questions
Previous QuestionNext Question
What is instance variable?What is import?