Solved

Consider the Following Code Snippet: Public Static Void Reverse(List

Question 75

Multiple Choice

Consider the following code snippet: public static void reverse(List list) { . . . }
Which of the following statements about this code is correct?


A) This is an example of a wildcard with an upper bound.
B) This is an example of a wildcard with a lower bound.
C) This is an example of an unbounded wildcard.
D) This code is illegal.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions