DEVFYI - Developer Resource - FYI

What is public

J2SE Interview Questions and Answers


(Continued from previous question...)

182. What is public

A Java keyword used in a method or variable declaration. It signifies that the method or variable can be accessed by elements residing in other classes.

(Continued on next question...)

Other Interview Questions