i had a question regarding default constructor i.e
how the javac uses the default constructor after creating it
and in how many ways it will be used
Mike Schilling - 15 Apr 2006 15:10 GMT
> i had a question regarding default constructor i.e
>
> how the javac uses the default constructor after creating it
> and in how many ways it will be used
Do your own homework.
Oliver Wong - 15 Apr 2006 15:57 GMT
> i had a question regarding default constructor i.e
>
> how the javac uses the default constructor after creating it
> and in how many ways it will be used
When I google for "java default constructor" I get:
http://java.sun.com/developer/TechTips/1998/tt0811.html#tip2
- Oliver
Alex Hunsley - 15 Apr 2006 18:03 GMT
> i had a question regarding default constructor i.e
You *had* a question? So what happened then?
> how the javac uses the default constructor after creating it
> and in how many ways it will be used