Revature Interview Question

What is a Contstructor in Java?

Interview Answer

Anonymous

Jun 5, 2016

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