![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Threads cannot communicate directly. They can communicate via shared memory, I mean the process that created the thread can pass an object to all five threads and all five threads can read/update the object state. This way all threads are communicating with each other. So, create a thread passing the object from the main thread. This will be the object you want to change. Thanx Replies:
|
Sponsored Links
|