File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Threads and Synchronization and the fly likes java threads Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Threads and Synchronization
Reply Bookmark "java threads" Watch "java threads" New topic
Author

java threads

jignesh soni
Ranch Hand

Joined: Dec 10, 2007
Posts: 147
which are the two threads always running in java ?
Norm Radder
Ranch Hand

Joined: Aug 10, 2005
Posts: 681
I give up.
Is it the white one and the black one?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35252
    
    7
Here's some code that will come in handy if you want to investigate what threads are active at any given time.


Android appsImageJ pluginsJava web charts
Nitesh Kant
Bartender

Joined: Feb 25, 2007
Posts: 1638

Alternatively, take a thread dump(CTRL-Break(Win systems) or CTRL-/(Unix)) and find it for yourself how many threads are alive and they are in what states!!


apigee, a better way to API!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: java threads
 
Similar Threads
New to using a profiler .Please help
Synchronized methods
Two threads of same class instance to wait separately
threads
Threads