List Left Large Image
Interesting articles updated daily
Internal Workings of ConcurrentHashMap
Introduction Concurrency is a critical aspect of modern software development, especially when multiple threads are accessing and modifying …
Understanding ConcurrentHashMap in Java
ConcurrentHashMap is an implementation of a hash map in Java that supports concurrent operations. Unlike HashMap, ConcurrentHashMap is …
BlockingQueue in Java: Coordinating Threads and Ensuring Consistency
Introduction BlockingQueue is a specialized queue in Java that provides blocking operations. This blog explores the purpose and …
Understanding Concurrent Collections
Introduction Concurrent collections are a specialized set of data structures designed to handle concurrent access by multiple threads …
Exploring Virtual Threads in Java
Java 19 introduces a fresh addition called virtual threads, which serve as a lightweight alternative to platform threads, …
New Features in Spring Boot 3.1: Streamlining Development and Management
Support for managing external services at development time using Testcontainers and Docker Compose Testcontainers and Docker Compose are …