Code & Cluster

Showing posts with label JAVA concurrency scalability. Show all posts
Showing posts with label JAVA concurrency scalability. Show all posts
Sunday, August 24, 2025

JDK 21 Virtual threads: The end of regular threads ? Not quite.

›
 A question I get asked all the time: If JDK 21 supports virtual threads, do I ever need to use regular threads ? Java 21 brought us virtual...
Tuesday, May 28, 2013

Java Concurrency : 10 things every programmer should know

›
1.  Synchronized Every one knows that synchronized keyword is used to acquire a lock and serialize access to a code block. A lesser known...
Friday, October 19, 2012

JAVA Synchronized HashMap vs ConcurrentHashMap

›
A synchronized HashMap is a Map returned by calling  synchronizedMap methods of java.util.Collections class. Map syncMap = Collections.sy...
›
Home
View web version

About Me

Manoj Khangaonkar
I am Manoj Khangaonkar. Follow me @ www.linkedin.com/in/manoj-khangaonkar or https://x.com/mjkhanga
View my complete profile
Powered by Blogger.