Q. In Java, can a constructor have a return type? (A) No, constructors do not have a return type (B) Yes, it must have the same return type as the class (C) Yes, it can have any return type (D) Yes, but it must be "void" ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) No, constructors do not have a return type