Advertisements
Advertisements
Question
What is public access of a class?
Short Answer
Solution
A class designated public can be accessed by any other class. A public class's fields, methods, and blocks can be accessed from any other Java class. To access a public class from a separate package, it must be imported first.
shaalaa.com
Is there an error in this question or solution?