Question d’entretien chez TechFlow

Java: Explain keyword final

Réponse à la question d'entretien

Utilisateur anonyme

8 mars 2012

If primitive type, the value cannot be changed. If reference type, the reference in memory cannot be changed.

1