How multiple simultaneous requests can be handled by
servlets?
Answers were Sorted based on User's Feedback
Answer / sudheer
For every request servlet container will create a new
thread and service method is called
| Is This Answer Correct ? | 8 Yes | 0 No |
Can we override the ActionServlet?
3 Answers ArisGlobal, HCL, PPF,
What is the use of java servlet api?
What is a web container and what is its responsibility?
What is cookie? Why is cookie used?
how a servlet is instantiated, whether the container calls init() or by calling any other method? please somebody reply..
What is servlet and its life cycle?
Is servlet synchronized?
What are the supporting protocol by HttpServlet ?
can u give some realtime example in ploymorphism? and inheritance?
What are the different methods involved in generic servlet?
Write a command to get actual path of a servlet to the server?
Difference between get and post in java servlets?