Why the need for default Constructor
807569Jun 21 2006 — edited Jun 21 2006hi my doubt is as follows,
when i dont define a constructor in my java class it calls a default constuctor.
when i define a constructor with say a parameter it requires me to define another constructor without any parameters
i would like to know why? i mean why does it not call the default constructor.