Multiple Choice
Which argument type cannot passed to generic methods?
I Object
II GUI components
III primitive
A) I
B) II
C) III
D) I and III
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q42: Consider the following code snippet: public class
Q43: Consider the following code snippet: public static
Q44: Consider the following code snippet: public static
Q45: Which of the following statements about generic
Q46: Consider the following code snippet: public class
Q48: Consider the following code snippet: public class
Q49: Consider the following code snippet: public static
Q50: Consider the following code snippet: public class
Q51: Consider the following declaration: LinkedList<String> list =
Q52: Consider the following code snippet: public static