Pergunta de entrevista da empresa Revature

What is a Contstructor in Java?

Resposta da entrevista

Sigiloso

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.