Which of the following is true about constructors in Java?
Constructors must have the same name as the class
Constructors can return values
Constructors are used to destroy objects
A class can have only one constructor