Examveda
Examveda

What is type erasure in Java generics?

A. The process of removing generic type information at compile time

B. The process of adding generic type information at runtime

C. The process of converting generics to non-generic code

D. The process of checking type compatibility

Answer: Option A


This Question Belongs to Java Program >> Generics In Java

Join The Discussion

Related Questions on Generics in Java