Home » JAVA Programming » Modifier Types » Question
  1. Which one of the following is not an access modifier?
    1. Void
    2. Protected
    3. Private
    4. Public
    5. None of these
Correct Option: A

Public, private, protected and default are the access modifiers.



Your comments will be displayed only after manual approval.