when the several requests comes to server..how it manage
the requests
Answer Posted / suresh mediboyina
When the request comes to IIS server,it can identify the
file extension by http handlers and send to Http modules
which can be processing the request send to http handlers,
this can send to browsers.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which are the different ways you can communicate between servlets?
What do you mean by cgi in servlet?
What is the difference between sendredirect() and forward() in a servlet?
What do you mean by mime type?
Why jsp is better than servlet?
What are the different ways we can maintain state between requests?
What is the difference between Server and Container?
Is servlet thread safe?
How do you get the ip address of the client in servlet?
What are the functions of the servlet container?
What is servlet container. how it works?
What do you mean by annotations in servlet?
why we should override only no-agrs init() method.
What is pure servlet?
Write a command to get actual path of a servlet to the server?