Question: 16
(Choose 1 answer)
Which of the following is true about constructors in Java?
A. Constructors can return a value.
B. Constructors have the same name as the class.
C. Constructors must be declared as static.
D. Constructors cannot have parameters.