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?

Answer: D. ExternalJava access modifiers include public, private, and protected. External is not a Java access modifier.

  1. A.

    Public

  2. B.

    Private

  3. C.

    Protected

  4. D.

    External

  5. E.

    Question not attempted

Attempted by 527 students.

Show answer & explanation

Correct answer: D

Java access modifiers include public, private, and protected. External is not a Java access modifier.

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…