The constructor is a method used to initialize an object. A normal java method has return type but the constructor does not have any explicit return type. It is called during the object creation time.

There is two type of Constructors - Default or no-arg Constructor, Parameterized Constructor.

BY Best Interview Question ON 13 Jan 2019