Advertisements

Core Java

Java 10 – Local Variable Type Inference – JEP 286

Java 10 - Local Variable Type Inference
This article provides details about a Local-Variable Type Inference introduced as a new feature in Java 10. It explains the need for Local-Variable Type [...]

Java 9 Modules Tutorial

Java 9 Modules Tutorial
Introduction Java Platform Module System (JPMS) is one of the major feature in Java 9. This will change the way we write and publish our code/ libraries going [...]

Java 8 Stream API Tutorial

Java 8 Stream API Tutorial
This tutorial will provide you an overview of Java 8 Stream API along with example code snippets. Stream is a new API introduced in Java 8 which supports [...]