Domanda di colloquio di OpenCrowd

What is type erasure?

Risposta di colloquio

Anonimo

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