Re: Serializing Runnables
Posted By:
ankush_purwar
Posted On:
Thursday, December 1, 2005 03:02 AM
You can call wait, stop and notfy methods on thread.
But once your thread has been finished. you can't alive it.
For that you must have to create a new thread.
Thread is an execution unit of the program, it is not designed for storing the data. So there is no sense to serialize the Thread.