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
What are the classes used as part of struts framework ?
Can we handle exceptions in Struts programmatically?
What is the difference between session scope and request scope when saving formbean ?
What is purpose of execandwait interceptor?
What is the purpose of @stringlengthfieldvalidator annotation?
Are struts and shocks the same?
How the exceptions are handled in struts?
What are action errors and error?
What is struts2 in java?
What is the life cycle of actionform?
In which method of action class the business logic is executed?
Explain about struts?
Can you explain value stack?
What are the benefits of the struts system?
What is a custom tag?