Pregunta de entrevista de OpenCrowd

What is type erasure?

Respuesta de la entrevista

Anónimo

17 may 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.