| Author |
Multithreading in Java vs .NET
|
Denise Advincula
Ranch Hand
Joined: Jan 01, 2007
Posts: 153
|
|
Hi! I'm not sure if this is the right forum but I hope there is someone here who is very good in .NET and confirm if my understanding on threading for Java and .NET are the same.
My first question is, does .NET have the same Thread states as Java? - Runnable, Running, Dead, Blocked, Sleeping..?
Second Question, could you provide me good links about this comparison? My google search doesn't give me good results.
Thanks for your usual support!
|
SCJP/OCPJP 6 | SCWCD/OCPJWCD 5 | OCPJBCD in progress
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16482
|
|
|
I have never written any .Net code at all but my googling skills are pretty good. Looks like this page tells you about possible thread states in .Net.
|
 |
 |
|
|
subject: Multithreading in Java vs .NET
|
|
|