J2SE Question:
Download Job Interview Questions and Answers PDF
What is class method?
Answer:
A method that is invoked without reference to a particular object. Class methods affect the class as a whole, not a particular instance of the class. Also called a static method. See also instance method.
Download J2SE Interview Questions And Answers
PDF
Previous Question | Next Question |
What is class variable? | What is distributed? |