Questions

10:00

Consider the following generic method:
static <T extends Number> void print(List<T> list){}
Which of the following is an incorrect invocation of the above method?

1 / 6