Re: java thread and snychronization
Posted By:
Anonymous
Posted On:
Wednesday, April 5, 2006 05:03 PM
Is it necessary for us to create a thread for each program?
No, its not necessary unless you do not want your program/application to be synchronized.
one thread at a time is used by one resource this is called synchronization.
i think you are confused. try to understand interthread communication of multithreading