Answers

Question and Answer:

  Home  J2SE

⟩ 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.

 175 views

More Questions for you: