Pergunta de entrevista da empresa Tesnet Group

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

Resposta da entrevista

Sigiloso

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