raj raj

raj raj

  • 1.1k
  • 249
  • 14.6k

How can we use same thread object multiple times

Nov 17 2022 4:23 AM

We want to call start method 4 times but we do not want to create thread object for each time. Is it possible to create one object of thread and call same method 4 times.

we tried different ways but new initialization require for every time when we are calling method.


Answers (6)