What are the benefits of generics?

  1. Generic collections accept only Object types

  2. Type errors are caught at compile time

  3. Generics result in readily understandable code

  4. Generics sometimes require type casting


Correct Option: B,C,D

Find more quizzes: