Please click on the Curriculum above to view course details…
This course is designed to introduce advanced concepts of Annotations, Generics and Lambda expressions.
-
Annotations
-
Generics
- Private: Introduction
- Private: Generics and interfaces
- Private: Generics and methods
- Private: Limitation of generics
- Private: Generics, wildcards and bounded types
- Private: Generics and type inference
- Private: Generics and annotations
- Private: Accessing generic type parameters
- Private: When to use generics
-
Lambda Built-in Functional Interfaces
- Private: Use the built-in interfaces included in the java.util.function package such as Predicate, Consumer, Function, and Supplier
- Private: Develop code that uses primitive versions of functional interfaces
- Private: Develop code that uses binary versions of functional interfaces
- Private: Develop code that uses the UnaryOperator interface