Generics in Java
Generics in Java
Java
Agenda
⬡ Generics in java
⬡ Use of generics in java
⬡ Types of generics
⬡ Type parameter
⬡ Bounded type parameter
⬡ Wild cards in java generics
2
WHAT IS GENERICS IN JAVA
1. Provide type safety: This means that it prevents the code from
accessing memory in inappropriate ways by controlling the memory
access of each object.