What is true about constructor

What is true about constructor What is true about constructor? a) It can contain return type b) It can take any number of parameters c) It can have any non access modifiers d) Constructor cannot throw

Read the full article

What is false about constructor

What is false about constructor 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

Read the full article