is servlet,struts are threadsafe or not.please telme correct
answer
Answer / yadav1776
Yes, servlet and struts are thread safe.
Only one instance of servlet is created by servlet
container at startup.
Same is the case with struts, only one instance is created
of action servlet (considering struts 1.x).
| Is This Answer Correct ? | 1 Yes | 3 No |
what is Activation Instantinator?
What are the difference between RMI and CORBA?
what is difference between checked exception & unchecked exception in java?
what is the diffrence between banking and insurance domain?
Can we have more than one action servlet?
When you will synchronize your code?
Is “abc” a primitive value?
What is multi-tasking? Types?
Is the infobus client side only?
how to create Calculator GUI using Gridbaglayout as like as Window Calculator??????????? (Open calculator Go-->Run-->type calc-->Enter)
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 services in RMI ?