Pergunta de entrevista da empresa OpenCrowd

What is type erasure?

Resposta da entrevista

Sigiloso

17 de mai. de 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.