ByteBrawl - Quiz - Access Modifiers - Encapsulation

Access Modifiers - Quiz

Which access modifier allows unrestricted access to a class, method, or variable from any other class in any package?

What is the most restrictive access modifier in Java?

Which access modifier allows access only within the same package?

Which access modifier allows access only from the same package?

Incorrect. Please try again.