Which of the following is not an access modifier in Java language?
2024
Which of the following is not an access modifier in Java language?
- A.
Public
- B.
Private
- C.
Protected
- D.
External
- E.
Question not attempted
Attempted by 111 students.
Show answer & explanation
Correct answer: D
Java access modifiers include public, private, and protected. External is not a Java access modifier.