Tesnet Group interview question

Java Question What are the 4 access modifiers and how do they work?

Interview Answer

Anonymous

Jul 14, 2023

1. Public available to the whole project 2. Default available for the specific whole package 3. Protected available for the specific whole package 4. Private available only to the class