What is the name of the state, when a thread is executing?
Answer Posted / ravikiran
Active State
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Which component handles cluster communication in jboss?
Why does the option tag render selected=selected instead of just selected?
How to pass parameters in RMI?
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 is the infobus?
What you mean by COM and DCOM?
What is the difference between a menuitem and a checkboxmenuitem?
How are the elements of a cardlayout organized?
what is a portable component?
How are commas used in the intialization and iteration parts of a for statement?
What is the difference between java class and bean?
Difference between DurableSubscription and non- DurableSubscription?
How would you create a button with rounded edges?
Should synchronization primitives be used on bean methods?
what are the advantages of JTA over JTS?