Computer Science, asked by Anonymous, 1 month ago

What are constructors in Java?​

Answers

Answered by vishakhasaroj
3

Answer:

A constructor in Java is a special method that is used to initialize objects. The constructor is called when an object of a class is created.

Answered by MisSadaa007
17

Explanation:

A constructor in Java is a special method that is used to initialize objects. The constructor is called when an object of a class is created

.^__^

Similar questions