Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Java
9.4K+ articles
Misc
7.7K+ articles
Java-Multithreading
101+ articles
Java Thread Class
2 posts
Recent Articles
Java Thread.activeCount() Method
Last Updated: 23 July 2025
Thread.activeCount() method is a static method of the Thread class in Java that returns the number of active threads in the current thread's thread group and its subgroups...
read more
Java
Java-Multithreading
Java Thread Class
Thread Pool in Java
Last Updated: 15 June 2026
A Thread Pool is a collection of reusable worker threads managed by an Executor Service. Depending on the implementation, a thread pool may maintain a fixed number of thre...
read more
Java
Java Thread Class