Sail E0 Webinar
Question
Which of these is a correct way of defining of a generic method?
Options:
A .  name(T1, T2, "¦, Tn) { /* "¦ */ }
B .  public name { /* "¦ */ }
C .  class name[T1, T2, "¦, Tn] { /* "¦ */ }
D .  name{T1, T2, "¦, Tn} { /* "¦ */ }
Answer: Option C





Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

More Questions on This Topic :

Latest Videos

Latest Test Papers