Core Java
-
Stateless Object In Java
In Java, there exists a concept known as a stateless object. These objects focus solely on behavior and functionality. This…
Read More » -
Notification when a Task is Completed using Java Executors
In this article, we’ll explore different approaches to achieve Efficient Notification when a Task is Completed using Java Executors. In…
Read More » -
Remove Whitespaces From a JSON String in Java
The JSON (JavaScript Object Notation) format is widely used for data interchange due to its simplicity and compatibility across different…
Read More » -
JUnit Maven Coverage Fail
The JUnit Maven Coverage Fail Plugin (a.k.a JaCoCo Maven Plugin) is a powerful and essential tool in the world of…
Read More » -
Java Demeter Law
The Law of Demeter, often referred to as the “Principle of Least Knowledge,” is a design guideline in object-oriented programming,…
Read More » -
Java CompletableFuture allOf().join() vs join()
In the world of asynchronous programming, managing multiple tasks and their completion can be a complex task. Java CompletableFuture class…
Read More » -
Unit Testing of System.in With JUnit Java
Before we delve into the details of Unit Testing of System.in with JUnit in Java, it’s essential to understand the…
Read More » -
Java Map: Clear Vs New
Hello. In this tutorial, we will understand Java Map Clear vs New Map. 1. Introduction In Java, a Map is…
Read More » -
Gson Expose vs SerializedName
Hello. In this tutorial, we will understand Gson Expose vs SerializedName annotations. 1. Introduction Gson is a Java library developed…
Read More » -
JAXP vs JAXB – Comparing XML Processing APIs in Java
This article explores the differences between Java JAXP vs JAXB, including their features, use cases, and how they contribute to…
Read More »