Question: 1. Choose all the statements that are correct. a) A static method in a non-generic class can be made generic. b) A class can be
1. Choose all the statements that are correct.
a) A static method in a non-generic class can be made generic.
b) A class can be made generic.
c) A generic type can be specified as a subtype of another type.
d) An interface can be made generic.
2. Choose all the statements that are correct.
A) Generics enable you to detect errors at compile time rather than at runtime.
B) Generics enable you to detect errors at runtime rather than at compile time.
C) A generic class can have multiple generic parameters.
D) A generic class can have only one generic parameter.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
