A constructor must always return an int.

A constructor must always return an int.


Answer: False. In fact, a constructor cannot return anything. It has no return value, not even void. When a constructor is written, no return value should be listed.


Java

Learn More Multiple Choice Question :