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
How can you create a session in servlet?
What is the servletconfig object?
How can you use a servlet to generate a plain text instead of html?
What is servlet? Explain
Explain the custom jsp tags and the beans.
What is the web server used for running the Servlets?
Explain url encoding in servlet?
What do you mean by url pattern in servlet?
Who is responsible for writing a constructor?
What if you need to span your transaction across multiple servlet invocations?
How to get the current httpsession object?
Is java servlet still used?
What are the difference between session and cookies in servlet? Explain
What is a servlet context?
What is Servlets and explain the advantages of Servlet life cycle?