What is the life cycle of Thread ?
Answer Posted / venkat
Born state.
Running state.
Idle state.
Dead state.
| Is This Answer Correct ? | 6 Yes | 14 No |
Post New Answer View All Answers
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
What is a text string?
What happens when main () method is declared as private?
Describe how to implement singleton design pattern in struts.
Can we have multiple catch block for a try block?
Difference between character constant and string constant in java ?
Discuss 2D arrays.
What is google full form?
Why is the main method static?
Are there structures in java?
Explain reverse a linked list iterative solution in java?
Explain creating threads by implementing runnable class?
Explain the selection sort algorithm?
If a method is declared as protected, where may the method be accessed in java programming?
Which variables are stored in heap?