Multithreading ?

Multithreading ?

View Answers

February 16, 2009 at 1:13 AM

Hi friend,

Multithreading is a technique that allows a program or a process to execute many tasks concurrently (at the same time and parallel). It allows a process to run its tasks in parallel mode on a single processor system

In the multithreading concept, several multiple lightweight processes are run in a single process/task or program by a single processor. For Example, When you use a word processor you perform a many different tasks such as printing, spell checking and so on. Multithreaded software treats each process as a separate program.


For read more information on Multithread visit to :

http://www.roseindia.net/java/thread/Java-Multithreading.shtml

Thanks









Related Tutorials/Questions & Answers:

Ads