What is the name of the state, when a thread is executing?
Answers were Sorted based on User's Feedback
Answer / devarathnam c,kotagudibanda(po
Hi... when a Thread is executing that comes under
the "Running state"
| Is This Answer Correct ? | 3 Yes | 0 No |
What event results from the clicking of a button?
Explain ioc concept?
How database connectivity in XML is achieved?
What is the use of Class.forName
What is the immediate superclass of the applet class?
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!
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
What is private static final long serialVersionUID = 1L;
Difference between new operator and class.forname().newinstance()?
How to do registration form using struts and hibernate?
What is the argument type of a programs main() method?
Why a component architecture for the java platform?