J2SE Question:

What is instance method?

J2SE Interview Question
J2SE Interview Question

Answer:

Any method that is invoked with respect to an instance of a class. Also called simply a method. See also class method.


Previous QuestionNext Question
What is instanceof?What is implements?