DEVFYI - Developer Resource - FYI

What is class method

J2SE Interview Questions and Answers


(Continued from previous question...)

31. What is class method

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.

(Continued on next question...)

Other Interview Questions