Stream API – Java advanced (OCP)
The Java Stream API allows to create pipelines of chained methods to produce a result. It exists since Java 8.…
A software engineer's journey
The Java Stream API allows to create pipelines of chained methods to produce a result. It exists since Java 8.…
This post covers Java security related topics as presented at Oracle University Online (Java SE 11 training), as required for…
Every Java program running has at least one thread, “main”, automatically created by the JVM. Each thread is represented by…
Possibility to organize a projects in modules appeared in Java 9. In this post, we’ll have a look at differences…
UNPOPULAR OPINION! I LOVE Excel. Which is great because since I’ve started working as a software developer, I think every…