DEVFYI - Developer Resource - FYI

What is private

J2SE Interview Questions and Answers


(Continued from previous question...)

175. What is private

A Java keyword used in a method or variable declaration. It signifies that the method or variable can only be accessed by other elements of its class.

(Continued on next question...)

Other Interview Questions