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
How httpservlet is different from the genericservlet?
What is the use of send redirect () method?
What is a java servlet?
What is generic servlet class?
How we can get ip address of client in servlet?
how the HTML data stored in web server?
What is servlet name in web xml?
What is the importance of init() method in Servlet ?
What is the difference between portlet and servlet?
What is the main purpose of java servlets?
What is the process to implement doget and dopost methods?
What are the supporting protocol by HttpServlet ?
What are the ways to handle multi-threading in servlets?
Is it good idea to create servlet constructor?
What is servlet in simple terms?