AmigosCode - Java Generics

AmigosCode – Java Generics

As a Java software engineer is important to know how to write generic algorithms to write clean and re usable api’s. Java Generics has been introduce remove unnecessary casting which cause lots of problems in the past.

In this course your will fully grasp the following topic:

  1. Generic Classes and Interfaces and Methods
  2. Bounded Type Parameters
  3. Lower and Upper Bounded Wildcards
  4. Naming Conventions
  5. Type Erasure

Leave a Reply