What Is Use Of Wildcards #1190
What is use of wildcards?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Generics - Java Wildcards - Quiz No.1.
What is use of wildcards?
It is used in cases when type being operated upon is not known
It is used to make code more readable
It is used to access members of super class
It is used for type argument of generic method