how handle when client send multiple request at atime for
multiple servlets servlets?

Answers were Sorted based on User's Feedback



how handle when client send multiple request at atime for multiple servlets servlets?..

Answer / chandra

when client sends multiple requests to servlet instance each
thread will run in its own service

Is This Answer Correct ?    12 Yes 1 No

how handle when client send multiple request at atime for multiple servlets servlets?..

Answer / shinde

use a session and a token, and pass the parameter using a hidden method.when the first request reaches the server store the token in a global variable.If a duplicate request comes, validate using the token form the global variable and discard the duplicate one.

Is This Answer Correct ?    1 Yes 0 No

how handle when client send multiple request at atime for multiple servlets servlets?..

Answer / susan

If th question based MVC-Struts,then to handle multiple
request we can use dispatch action

Is This Answer Correct ?    3 Yes 5 No

Post New Answer

More Struts Interview Questions

can we change the order of parameters in execute()?

4 Answers   Polaris, Serco,


What is the purpose of @typeconversion annotation annotation?

0 Answers  


What is struts in java with example?

0 Answers  


Which tag is used to declare constants in struts xml?

0 Answers  


what is the difference between page and pageContext implicit variables

2 Answers   Yash Technologies,






How Struts will follow the MVC?

6 Answers   HCL,


How to handle exceptions in structs?

0 Answers  


What is the use of Struts.xml configuration file?

0 Answers  


What does action do in struts?

0 Answers  


How struts 2 validation works?

0 Answers  


What are Struts2 core components?

0 Answers  


How to upload struts file?

0 Answers  


Categories