Pregunta de entrevista de Tesnet Group

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

Respuesta de la entrevista

Anónimo

14 jul 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