Although the Java 19 release is coming in September (2022-09-20), we already know what will happen in that release!
The post What Can We Expect In OpenJDK 19? appeared first on foojay.
Read More »Although the Java 19 release is coming in September (2022-09-20), we already know what will happen in that release!
The post What Can We Expect In OpenJDK 19? appeared first on foojay.
Read More »Let’s look at how frameworks work under the hood, namely Quarkus and Spring Boot, and how many threads they initiate to serve up results.
The post Diving into JVM Framework Monitoring and Profiling appeared first on foojay.
Read More »Virtual threads not only help to increase application throughput by running a much bigger number of concurrent tasks together, they also provide a framework to refactor already existing code.
The post Thinking About Massive Throughput? Meet Virtual Threads! appeared first on foojay.
Read More »Generics are used to parameterize types. A piece of code can be written generically enough so that we can fit a variety of types in it. Being a strongly type-safe language, Java requires to specify types in all aspects of …
The post All about Generics: Part 1 appeared first on foojay.
Read More »