What is the life cycle of Thread ?
Answer Posted / harmeet
1.create the thread on which object u want, using Thread
interface,
2.then use obj.start() to invoke the thread
3.this method will intern call run() of Thread class
4.once it's serviced, it will come to dead state.
| Is This Answer Correct ? | 18 Yes | 16 No |
Post New Answer View All Answers
Can arraylist hold different types java?
What is a 16 bit word?
Explain the difference between protected and default access.
What is use of a abstract variable?
What is the history of java?
What is the this keyword?
What is java and its types?
Is string a datatype?
What are access specifiers in java ?
What are advantages of using Java?s layout managers than windowing systems?
Define a java class.
Explain reverse a linked list iterative solution in java?
What mechanism does java use for memory management?
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
What is main function purpose?