Page 1 of 1

What is false about constructor?

Posted: Wed Jul 13, 2022 7:46 pm
by answerhappygod
a) Constructors cannot be synchronized in Java
b) Java does not provide default copy constructor
c) Constructor can have a return type
d) “this” and “super” can be used in a constructor