J2SE Question:
What is instance?
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 Question | Next Question |
What is instance variable? | What is import? |