Question d’entretien chez CGI

What is the difference between private and protected in Java ?

Réponse à la question d'entretien

Utilisateur anonyme

22 juil. 2010

Private variables cannot be accessed from outside the class. Protected variables can be accessed from classes that inherit them.