aspose file tools
The moose likes Threads and Synchronization and the fly likes What is mean by single thread and Multiple Thread in java? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Threads and Synchronization
Reply Bookmark "What is mean by single thread and Multiple Thread in java?" Watch "What is mean by single thread and Multiple Thread in java?" New topic
Author

What is mean by single thread and Multiple Thread in java?

siva prasa
Greenhorn

Joined: Feb 16, 2010
Posts: 25
Could any one explain me or refer me about,single thread and multiple thread.???Thank you.
Tom Reilly
Rancher

Joined: Jun 01, 2010
Posts: 618
Here's good start: http://java.sun.com/docs/books/tutorial/essential/concurrency/
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: What is mean by single thread and Multiple Thread in java?
 
Similar Threads
SingleThreadModel
Single Thread Model.
are request attributes and session attributes thread safe?
Runnable vs Thread
Is a Servlet thread-safe