Java Generics

making it simple

Apache Ivy Logo

Introduction

Java Generics Tutorial focuses on confusing aspects and try to explain them with multiple examples

Subtypes

Generic has its own rules for subtypes

Wildcards

Unbounded wildcards removes the generic subtyping restrictions

Bounded Wildcards

Bounded wildcards restricts the wildcard domain to specific hierarchy