HEAD
The use of a generic data type is preferred over using Object as a general class in a collection because...
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