is servlet,struts are threadsafe or not.please telme correct
answer
Answer Posted / 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 |
Post New Answer View All Answers
Where we can write Rmi registry in the code, without having to write it at the command prompt?
What is synchronization and why is it important?
Explain what is synchronization?
What modifiers may be used with an inner class that is a member of an outer class?
Name three component subclasses that support painting?
What is ioc concept?
What is the form of storage space in java?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
Explain about thread synchronization inside a monitor?
Can I have an action without a form?
whats is mean by connectionpooling
What are the oops concept?
What is table mutation and how do you avoid it?
What is the argument type of a programs main() method?
What is the difference between RMI registry and OS Agent?