1.

What is false about constructor?

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
Answer» D. “this” and “super” can be used in a constructor


Discussion

No Comment Found