How web server handles multiple requests for same action
class(Struts) concurrently?

Answers were Sorted based on User's Feedback



How web server handles multiple requests for same action class(Struts) concurrently?..

Answer / p pratap

through it multithreading concept

Is This Answer Correct ?    18 Yes 4 No

How web server handles multiple requests for same action class(Struts) concurrently?..

Answer / amit

Struts or any webserver makes new thread for each new
request. so multiple request is served with new request object.

Is This Answer Correct ?    16 Yes 3 No

Post New Answer

More Tomcat Interview Questions

What is the default thread pool count in tomcat server?

0 Answers  


What is the use of webservers?

0 Answers  


Is it possible to disable jsessionid in tomcat servlet?

0 Answers  


Explain what is jasper?

0 Answers  


Is jetty better than tomcat?

0 Answers  






What is application server examples?

0 Answers  


What is the result of select * from the tab?

0 Answers  


What is tomee server?

0 Answers  


Is glassfish a web server or application server?

0 Answers  


What are the configured tomcat valve’s?

0 Answers  


How does apache tomcat work?

0 Answers  


What is an application server in simple words?

0 Answers  


Categories