Answer Posted / chandan
1.New State
2.Running State(dat is Runnable State)
3.Running State
4.Dead State
4.Blocked
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the difference between the string and stringbuffer classes?
What is the difference between the session.get() method and the session.load() method?
What is the purpose of the wait() method?
Why use POJO when I can use hashmap
How task's priority is used in scheduling?
What is the difference between RMI and Corba?
What is JTS?
Why doesn’t the focus feature on the tag work in every circumstance?
How to determine SGA site?
What if the static modifier is removed from the signature of the main method?
What is difference between object state and behavior?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What are the purpose of introspection?
To identify IDL language what mapping mechanism is used?
Why are my checkboxes not being set from on to off?