Answers

Question and Answer:

  Home  J2SE

⟩ What is protected?

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.

 128 views

More Questions for you: