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
What is url encoding and url decoding
What are Servlets?
Can we use the constructor, instead of init(), to initialize servlet?
How can we refresh automatically when new data has entered the database?
What is difference between GenericServlet and HttpServlet?
What are its drawbacks of cgi?
What is the use of java servlet api?
What do you mean by cgi?
What is the difference between forward () and sendredirect () functions in servlet? Explain
What are the difference between session and cookies in servlet? Explain
What is meant by a web application
Can we override servlet service method?
Differentiate between get and post?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What are the different methods involved in generic servlet?