InterviewSolution
Saved Bookmarks
| 1. |
Explain access modifiers in Java. |
|
Answer» Access MODIFIERS HELP to restrict the SCOPE of a class, variable, constructor, method or data. Four TYPES of access modifiers are available:
|
|