InterviewSolution
Saved Bookmarks
| 1. |
Which of these type parameters is used for a generic class to return and accept a number?(a) K(b) N(c) T(d) V |
|
Answer» Correct option is (b) N Easy explanation: N is used for Number. |
|