Pregunta de entrevista de Revature

What is a Contstructor in Java?

Respuesta de la entrevista

Anónimo

5 de jun de 2016

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