the true statement about constructors?
A. If there is no constructor, then the JVM will not create a default one.
B. A default constructor has at least one parameter.
D. A constructor must not have the same name as its class.
C. A constructor has no return type.