Multiple choice What is the minimum number of parameters in a constructor of Java? 0 1 2 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.