Multiple choice java

What is the most restrictive access modifier that will allow members of one class to have access to members of another class in the same package?

  1. public

  2. abstract

  3. protected

  4. synchronized

  5. default access

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

default access is the "package oriented" access modifier.