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.