What is protected?

Submitted by: Administrator
A Java keyword used in a method or variable declaration. It signifies that the method or variable can only be accessed by elements residing in its class, subclasses, or classes in the same package.
Submitted by: Administrator

Read Online J2SE Job Interview Questions And Answers