How multithreading work s in Java ?
By Ganesh44
@Ganesh44 (5547)
India
2 responses
@mr_mlk (364)
•
5 Aug 08
Such open-ended questions are best answered with a tutorial. As it happens Sun have a tutorial on thread: http://java.sun.com/docs/books/tutorial/essential/concurrency/
u creat and assign processor all the threads?
No. Threads do not get a processor all to themselves, and (in Java at least) you don't assign a thread to a processor; the OS handles such low level things.



