Question d’entretien chez OpenCrowd

What is type erasure?

Réponse à la question d'entretien

Utilisateur anonyme

17 mai 2016

Know the difference between unbounded and bounded and how it gets compiled. Know what a bridge method is. Particularly know that unbounded types are erased and bounded types are resolved to the type its extending (for upper bound). The interviewer's knowledge was limited to the notion that all types are erased.