News

In Java, polymorphism results in code that is more concise and easier to maintain. This tutorial provides an overview of the four types of Java polymorphism, but our focus is subtype polymorphism.
Get started with polymorphism in Java and how to do method invocation in polymorphic method calls.
Learn about serialization in Java with our comprehensive tutorial. We provide examples to help you understand how serialization works.
Learn about the new Java 10 "var" type, and experiment using JShell with this hands-on tutorial on how to reduce boilerplate code using new type inference for local variables.
Java records are a new language feature that reduces verbosity and enables optimized runtime performance. This Java records tutorial shows how they work.