Can anyone tell me what is the use of no argument constructor in java Bean ?
Thanks in advance !!!!
Printable View
Can anyone tell me what is the use of no argument constructor in java Bean ?
Thanks in advance !!!!
I would guess the same as a no argument constructor in a general java object, to initialize member variables if desired.
to inititialise your objects of a class? you can override the default constructor, thats helpful too.