I read a tweet today that said:
It\'s funny when Java users complain about type erasure, which is the only thing Java got right, while ignoring all th
One good thing is that there was no need to change JVM when generics were introduced. Java implements generics at compiler level only.