Java: Generic Classes (2017)

Go to class
Write Review

Free Online Course: Java: Generic Classes (2017) provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Java: Generic Classes (2017) is taught by Peggy Fisher.

Overview
  • Learn about using generics in Java. Discover how to describe generics in Java and create your own generic classes, interfaces, and methods.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    • Exercise files
    • Challenges explained
    1. What Are Generics in Java
    • Definition
    • Syntax examples
    • Type erasure
    2. Generics in Java
    • Generic classes
    • Generic methods
    • Generic interfaces
    • Bounded generic types
    • Challenge: Eliminate duplicates
    • Solution: Eliminate duplicates
    Conclusion
    • Next steps