Hi all,
Now though we popularly know that we cannot initialize the array reference by passing the values in constructor,like:
I was thinking what was the reason behind dis-allowing this method? Is there any alternate method? 'cause otherwise there is going to be
always an additional reference in main's stack frame pointing to the array object on heap... which is kind of not a good idea.
comments please.