how handle when client send multiple request at atime for
single servlet
Answer Posted / srinivasa
By making a servlet Thread safe object we can achieve .For
this servlet needs to implement singlethreadmodel interface
Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
Which model components are supported by Struts?
Explain the difference between dispatchaction and lookupdispatchaction in struts?
What is interceptor? And life cycle methods of interceptor?
What is the configuration files used in struts?
For a single Struts application, can we have multiple struts-config.xml files?
What is the apache struts vulnerability?
Are struts still used?
What is the purpose of @after annotation?
Explain about struts?
What is action chaining ?
What is the purpose of interceptors?
What is the difference between struts1 and struts2?
What is struts framework in java?
What is strut web xml?
Can you explain custom tag?