Styrow.dev
Question 63 of 247
Java Topic: General medium

What is the purpose of default constructor?

Question

What is the purpose of default constructor?

Answer

The java compiler creates a default constructor only if there is no constructor in the class.