Revature interview question

What is a Contstructor in Java?

Interview Answer

Anonymous

5 June 2016

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