DEVFYI - Developer Resource - FYI

What are class members and Instance members?

Java Interview Questions and Answers (part 3)


(Continued from previous question...)

423. What are class members and Instance members?

Any global members(Variables, methods etc.) which are static are called as Class level members and those which are non-static are called as Instance level members.

(Continued on next question...)

Other Interview Questions