what is thread method?❓
Answers
Answered by
0
Answer:
We have various methods which can be called on Thread class object. These methods are very useful when writing a multithreaded application. Thread class has following important methods. ... This method will start a new thread of execution by calling run() method of Thread/runnable object.
Answered by
3
Answer:
We have various methods which can be called on Thread class object. These methods are very useful when writing
Similar questions