Vidyalelo
Java Programming · Q7

Java Generics

Programming · Java Programming · question 7

Q7

What is type erasure in Java generics?

A.
The process of removing generic type information at compile time
Answer
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

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board