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 |
Why does the tag url-encode javascript and mailto links?
what are memory considerations of jsp compares to other web components?
Why are my checkboxes not being set from on to off?
what are the software's needed to develop advanced java 3 tier application project
What restrictions are placed on the values of each case of a switch statement?
wahts is mean by dynavalidatorform in struts/
Define aop(assepct oriented programing)?
what is JTS?
Is the ternary operator written x : y ? Z or x ? Y : z ?
What is resource bundle?
What is the highest-level event class of the event-delegation model?
What is thread deadlock? How to resolve thread deadlock?