Search Results for: java 8
-
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 » -
Core Java
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 » -
Core Java
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 » -
Core Java
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 » -
Core Java
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 » -
Core Java
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 » -
Core Java
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 » -
Core Java
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 » -
Core Java
Java Unique String Check
Hello. In this tutorial, we will understand different implementations in Java to check unique characters in a string. 1. Introduction…
Read More » -
Core Java
Record Patterns and Pattern Matching in Java
Hello. In this tutorial, we will explore Java Records, Record Patterns, and Pattern Matching. 1. Recap of Java Records Java…
Read More »