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 is the maximum length of a url?
what is enumset?
Why is it called boolean?
What are the important methods of java exception class?
How do you sort in descending order in java using collections sort?
What methods are used to get and set the text label displayed by a button object?
What is the difference between a constructor and a method?
How do you check if a string contains only numeric digits?
What is the difference between actual and formal parameters?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
What are three types of loops in java?
What is application system?
What do you mean by Function Overloading in java?
Does importing a package imports its sub-packages as well in java?
Can we create more than one object singleton class?