J2SE Question:

What is class method?

J2SE Interview Question
J2SE Interview Question

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.


Previous QuestionNext Question
What is class variable?What is distributed?