Can we start a thread twice in java?
Answer / Vikas Shrivastava
No, you cannot start a thread twice in Java because once started, a Thread object becomes alive and runs concurrently with other threads. If you try to start a thread again, the JVM will throw an IllegalThreadStateException.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is minecraft java edition free?
How to change the priority of thread or how to set the priority of thread?
Difference between vector and arraylist.
How would you use Bubble Sort to sort the number of elements?
What are the disadvantages of using inner classes?
Explain about data types?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
How many statements can be created with one connection in jdbc?
what are the diffrences between interface and abstract class?
What is contract between hashcode and equal method?
What's the base class in java from which all classes are derived?
Difference between a process and a program?