Type erasure is a JVM phenomenon that means that the runtime has no knowledge of the types of generic objects, like
List
(the runtime sees all List
objects as having the same type, List
).
The topic of type erasure is covered in Advanced Java Programming.
No comments:
Post a Comment