I have read much about the generic concept in java. I already had some doubt, which were cleared with precise answers on StackOverflow.
I don't think this question has been asked before here.
I searched a lot.
But, nowhere I found answer to my this question,
What and how all things happen in a generic program (in java) at
(a) Compile time
(b) Runtime execution.Like ....
What happens step wise ?
Where the compiler stores the generic information etc ...
Can anyone explain me with a sample code ?
Thanks.
EDIT : I know some concept like type erasure removing all the generic information but I am unaware of all the steps for a generic program.