0 votes
in JAVA by

How many types of constructor does Java support?

1 Answer

0 votes
by

How many types of constructor does Java support?

Java supports the following types of constructors:

1) Non-Parameterized or Default Constructors

2)  Parameterized Constructors

3)  Copy constructor

🔗Reference: stackoverflow.com

🔗Source: Java Interview Questions and Answers

Related questions

+1 vote
asked May 30, 2020 in JAVA by Robindeniel
0 votes
asked Oct 27, 2020 in JAVA by sharadyadav1986
...