Erasure of Generic Information

What does type erasure mean for us??



Wrapper Classes

<aside> 💡 All wrapper classes other than Boolean and Character extend the class Number.

</aside>


<aside> 💡 Use Wrapper types in generic functions.

</aside>