Core Java
-
Json Patch and Json Merge Patch in Java
Json Patch and Json Merge Patch both do one job well – a way to represent a change to a…
Read More » -
[MEGA DEAL] The 2021 Java Bootcamp Bundle(96% off)
Develop Expertise on the Leading Programming Language & Create Actual Programs with 10 Hours of Content on Java Fundamentals, Collections,…
Read More » -
Java 8 Parallel Streams – Custom Thread Pools Examples
A brief intro to custom thread pools and their use in Java 8 parallel streams. Examples on how to use…
Read More » -
Java 8 Streams – Group By Multiple Fields with Collectors.groupingBy()
A guide to group by two or more fields in java 8 streams api. Examples to grouping List by two…
Read More » -
Java 8 – How To Read A File?
A quick guide on how to read the file in older java and new JDK 8 version with example programs.…
Read More » -
Java 16 Records with JPA and jOOQ
Java Records The new Java version 16 includes a new feature: Records https://openjdk.java.net/jeps/395 “Enhance the Java programming language with records, which are…
Read More » -
Looking into the JDK 16 vector API
JDK 16 comes with the incubator module jdk.incubator.vector (JEP 338) which provides a portable API for expressing vector computations. In…
Read More » -
Java 16: Stream.toList()
Java 16 introduces a handy new Stream.toList() method which makes it easier to convert a stream into a list. The…
Read More » -
Compile and run java9 module program: part2
In the previous post we saw baiscs about java 9 modules like, what is module, how to create module project,…
Read More »