Answer Posted / saravanan murugesan
When a client sends a request to web container, it searches for particular servlet requested by the client . If there is no requested servlet , the web container throws servlet Exception
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Tell us something about servletcontext interface.
Explain Action Servlet?
How servlets are deployed in java?
What is the difference between the http servlet and generic servlet?
How can an existing session be invalidated?
What are some disadvantages of storing session state in cookies?
How to get the server information in a servlet?
Difference between GET and POST?
What are the advantages of cookies?
Explain load on start-up and its importance?
How do you get the ip address of the client in servlet?
What's the difference between servlets and applets?
Is it good idea to create servlet constructor?
What is the servlet?
Who is responsible for writing a constructor?