Getting to Know the Language
This section covers everything related to the Java language: object oriented programming, the exception model, generics, lambda expressions, pattern matching.
-
Language Basics
Learn the basics of the Java language.
-
Object Oriented Programming
How does Java implement the Object-Oriented Programming paradigm?
-
Generics, Lambda, and Pattern Matching
Understanding Generics, Lambdas, and Pattern Matching.
-
Annotations and Exceptions
Using annotations to add meta information to your code, and exceptions to handle errors.