J2SE Question:
Download Questions PDF

What is instance method?

Answer:

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

Download J2SE Interview Questions And Answers PDF

Previous QuestionNext Question
What is instanceof?What is implements?