What is a thread?
Answers were Sorted based on User's Feedback
Answer / devarathnam c,kotagudibanda(po
Hi...
Thread is a light-weight program ,or it is separate
execution path with in the program.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / madhan kumar.s
Thread is light weight progarm.its single execution of program.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is an isolation level?
what are memory considerations of jsp compares to other web components?
What if the static modifier is removed from the signature of the main method?
Define the remote object implementation?
What is the purpose of the notify() method?
What are the JSP implicit objects ?
What is RRL?
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!
To what value is a variable of the string type automatically initialized?
What is JasperReports?
What are the steps to write p-to-p model application?
What is an applet?