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