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

What do you mean by the abstract package in struts2, and what is its utilization?

0 Answers  


How to carryout the validations in struts if the validator frame work cant handle the validation

2 Answers   Syntel,


What are action errors?

0 Answers  


What is struts in java with example?

0 Answers  


what r the disadvantages of MVC-2 Architecture?

2 Answers   Process IT,


What is the purpose of @before?

0 Answers  


1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they

0 Answers   TCS,


What is struts.devmode?

0 Answers  


what is frame work in struts?

3 Answers   Infosys,


Do I have to credit struts on my own website?

0 Answers  


Does struts include its own unit tests?

0 Answers  


Explain about how requests from the client are sent?

0 Answers  


Categories