What is a default constructor in Java?
AA method that returns the default value of a class.
BA constructor with no parameters that Java provides automatically if none is written.
CA constructor that must always be written by the programmer.
DA special method that runs only when a program ends.