Types of Java constructors in Java
Short Answer
Views 457
Answer:
There are two types of constructors in Java:
- Default constructor (no-arg constructor): A constructor is called Default Constructor when it does not have any parameter.
- Parameterized constructor: A constructor which has a specific number of parameters is called a parameterized constructor.
Related Articles:
This section is dedicated exclusively to Questions & Answers. For an in-depth exploration of Java Programming Language, click the links and dive deeper into this subject.
Join Our telegram group to ask Questions
Click below button to join our groups.