Java
-

Java: Creating Terabyte Sized Queues with Low-Latency
Queues are often fundamental components in software design patterns. But, what if there are millions of messages received every second…
Read More » -

The final days of finalizers in Java
If you are developing in Java long enough, you are surely aware of the Object::finalize() method and the concept of…
Read More » -

HTTP – Content negotiation
With HTTP, resources are identified using URIs. And a uniquely identified resource might support multiple resource representations. A representation is…
Read More » -

KivaKit XML Streaming
KivaKit XML Streaming Since Java 1.6 in 2006, Java has had a built-in XML streaming API in the package…
Read More » -

Java 8 – Convert IntStream to String
A quick guide to convert IntStream to String in java 8 streams. 1. Overview In this tutorial, We’ll learn how…
Read More » -

Java 8 – Convert IntStream to Array
A quick guide on how to convert IntSteam to Array in java 8. 1. Overview In this tutorial, We’ll learn…
Read More » -

Java 8 – Convert IntStream To List and Other
A quick guide on how to convert IntStream to List in java 8. 1. Overview In this tutorial, We’ll learn…
Read More » -

Get logged-in user info in Jakarta EE – the simplest way
The security before Java EE 8 / Jakarta EE 8 used to be a bit complicated and confusing. Every specification…
Read More » -

13 Best Java Decompilers for Download and Online Use for Java Developers
A quick guide to best java decompilers for the java developers offline usage and best online java decompilers. 1. Overview…
Read More »

