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) VI have been asked this question in a job interview.My query is from Type Interface topic in division Interfaces & Packages of Java |
|
Answer» CORRECT option is (B) N Easy explanation: N is USED for Number. |
|