Multiple Choice
Which of the following necessitates the type erasure process?
I The Java virtual machine does not work with generic types
II To maintain backward compatibility to older versions of Java
III Generics do not work with primitives
A) I
B) II
C) I and II
D) I and III
Correct Answer:

Verified
Correct Answer:
Verified
Q2: To maintain compatibility with pre-generic Java, type
Q3: Consider the following code snippet: public class
Q4: Given the following declaration, what is the
Q5: Which of the following satisfies the wildcard
Q6: Which of the following is not a
Q8: What is known for certain about a
Q9: Which is the purpose of the <E>
Q10: Given the following declaration, what is the
Q11: Consider the following code snippet: public class
Q12: Which Java technique(s) allows generic programming?<br>I type