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