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
Can you send an authentication error from a servlet?
What if you need to span your transaction across multiple servlet invocations?
What is the structure of the http response
What is the
What are the type of protocols used in httpservlet?
What is the default http method in the servlet?
How a servlet is unloaded?
Explain url encoding in servlet?
Difference between forward() method and sendredirect() method ?
Why doesn’t a servlet include main()? How does it work?
How the servlet is loaded?
Why servlet is faster than jsp?
What is the disadvantage of cookies?
Who is responsible to create the object of servlet?
What is called Scriptlet?