Hey, I have one quick question... by using generics, do I completely get rid of boxing/unboxing operations?
For example, by using a List do I still get lots of boxing/unboxing?
I've read several docs on the internet but couldn't solve this specific question...
Thnaks in advance.