Search

Fast thread

Universal Java Thread Dump Analyzer

Category

Java Concurrency

Java Virtual Threads – Easy introduction

Java virtual threads is a new feature introduced in JDK 19. It has potential to improve an applications availability, throughput and code quality on top of reducing memory consumption. This post intends to introduce java virtual threads in an easily... Continue Reading →

Synchronized method – Boy Friend Threads & Girl Friend Object

When a method is synchronized, only one thread can enter that object's method at a given point in time. If any other thread tries to enter the synchronized method, it will NOT be allowed to enter. It will be put... Continue Reading →

Java concurrency

coming soon...

Powered by WordPress.com.

Up ↑