explain the life cycle of thread?
Answer Posted / manoj kumar
Thread : A Thread is a saparate path between ur source code
to execution .
it have
new , ready ,running , dispatch , stop
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
What class allows you to read objects directly from a stream?
Does java return by reference?
What are the types of collections in java?
What are controls and their different types in awt?
What is the difference between integer parseint and integer valueof?
Difference between Linked list and Queue?
what are different ways in which a thread can enter the waiting state? : Java thread
What is exception in java?
What is the difference between equals() and?
What is port number in java?
Explain about OOPS concepts and fundamentals.
What is a list in java?
Explain public static void main(string args[]) in java.
Write a function to print Fibonacci series and Tribonacci series?
What is ellipsis in java?