Answers

Question and Answer:

  Home  J2SE

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

 197 views

More Questions for you: