Multiple choice

What is the minimum number of parameters in a constructor of Java?

  1. 0

  2. 1

  3. 2

  4. 3

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A constructor can be without a parameter also. The constructor without any parameter is called a default constructor.