Re: The run() method in Thread's class calls a method which returns a vector to run() method. Now the
Posted By:
D_Srinivasan
Posted On:
Friday, June 22, 2001 07:50 AM
I dont quite understand your question. If you want to pass some parameters to the run() method then you will need to preset these values in the class that extends the Thread class.
/D