Consider a generic method declared as depicted below, with type parameter <T extends Number> and two method parameters both of type T:
public <T extends Number> void specialMethod(T first, T second)
Which of the following is correct?
There are no hints for this question