Multiple choice technology programming languages

If you write a class with no constructors; the compiler will automatically supplies a no-argument(default)constructors

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

If a class does not explicitly define any constructors, the Java compiler automatically provides a default, no-argument constructor with the same access modifier as the class.