InterviewSolution
Saved Bookmarks
| 1. |
Which of these type parameters is used for a generic methods to return and accept any type of object?(a) K(b) N(c) T(d) VThis question was posed to me during an interview for a job.I'd like to ask this question from Generic Methods topic in chapter Generics of Java |
|
Answer» Right option is (C) T |
|