DEVFYI - Developer Resource - FYI

What is a static method?

Java Interview Questions and Answers (part 1)


(Continued from previous question...)

75. What is a static method?

A static method is a method that belongs to the class rather than any object of the class and doesn't apply to an object or even require that any objects of the class have been instantiated.

(Continued on next question...)

Other Interview Questions