Simple MultiThreading program....
Hi am a beginner to JAVA.
And am stuck in a smple multithreading snippet.
There are 2 threads. One is main and the other is child.
But when i execute / run the fie in Netbeans 5.5, only the main thread prints 10 times and the child thread NEVER gets printed...?
Am i doing something wrong ? Pls check this site. for the .java file.
Its totally safe.
http://www.orbitfiles.com/download/id1546694409
Awaiting ur response.
-
Regards,
intellogo

