Java Thread Programming (Part 2)
Let's see an example of where we can use Threads. Let's assume we are building a web server that returns the most used words in a website.
Every article on foojay.io, newest first: OpenJDK, the JVM, Java tooling and the ecosystem around them, written by the Java community.

A N M Bazlur Rahman
6,880 viewsLet's see an example of where we can use Threads. Let's assume we are building a web server that returns the most used words in a website.

Jaroslav Bachorik
4,924 viewsTip: Never underestimate the danger of a partial implementation (even if it is just a logging implementation).

Geertjan Wielenga
3,131 viewsLooking for people who would like to contribute translations allowing JReleaser to reach and help an even wider audience!

Chandra Guntur
5,084 viewsIn Part 4 of the series, a walkthrough of the Apache Maven lifecycles and executions is covered in quite some detail!
A N M Bazlur Rahman
15,774 viewsTo be able to execute a piece of code requires an execution environment. In Java, a thread is an executing environment.

Nicolas Frankel
2,883 viewsAlternatives are available to configure your Spring app. I'd like to list them, leaving Spring Boot out of the picture on purpose.

Shai Almog
3,495 viewsWhen we get an exception stack, it can often contain the solution for our problem. But in more than one case, it's the edge of a thread...

Erik Costlow
8,988 viewsShift your Spring skills to leverage the “supersonic subatomic” Quarkus framework, opportunity for developers to learn two frameworks at …

Chandra Guntur
5,714 viewsAn explanation of dependency coordinates and "distinguishers" as well as a more detailed look at POM hierarchies are covered.

Alexander Dejanovski
5,415 viewsWe came up with results matching our expectations: Cassandra in Kubernetes brings flexibility and ease of use without performance penalty.