Anjali interview question

what are Constructors in Java

Interview Answer

Anonymous

Mar 5, 2024

Java constructors or constructors in Java is a terminology used to construct something in our programs. A constructor in Java is a special method that is used to initialize objects.