Can i call only methods in a new thread ?
and that too methods without arguments
Is there any way i can call methods with arguments in a new thread?
Suppose i want to execute a loop n times in a new thread, where n will be userdefined .How could i do this ?
Thanks in advance
and that too methods without arguments
Is there any way i can call methods with arguments in a new thread?
Suppose i want to execute a loop n times in a new thread, where n will be userdefined .How could i do this ?
Thanks in advance