Revature interview question

What is a Contstructor in Java?

Interview Answer

Anonymous

5 Jun 2016

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