IT Placement Papers JAVA Core Java
This category contains Core Java Interview Questions and Answers |
If a class is declared without any access modifiers, where may the class be accessed?
|
|
|
|
|
A class that is declared without any access modifiers is said to have package or friendly access. This means that the class can only be accessed by other classes and interfaces that are defined within the same package.
Only registered users can write comments. Please login or register.
|