What will happen if you try to compile a class that has no constructors defined?
A default constructor will be provided by the compiler.
The class cannot be instantiated.
Compilation error.