Java will automatically create default constructors if there are no default constructors written by you.

The default constructor will call parent default constructor and initialize member data variable to default values.

BY Best Interview Question ON 13 Jan 2019