Question d’entretien chez Revature

What is a Contstructor in Java?

Réponse à la question d'entretien

Utilisateur anonyme

5 juin 2016

A constructor in Java is a method that gets implicitly executed every time the class is instantiated before any other method.