Q. What is the return type of a constructor in Java?
β
Correct Answer: (C)
The same as the class name
Explanation: Constructors are special methods in Java used to create objects of a class.