Explain is servlet mapping?
Answer / Gajender Kumar
Servlet Mapping is the association of a web application's URL with a specific servlet. It defines how incoming requests will be handled by servlets in the web application. This is usually done through the web.xml deployment descriptor file, where you can specify the servlet name, mapping pattern (URL path or extension), and the servlet class.
| Is This Answer Correct ? | 0 Yes | 0 No |
In howmany ways applet-servlet communication can be done?
What is a Session Id?
What is done after deploying a war file and before client gives a request
when you comppile the servlet is it neccesary to restaet the tomcat server?
What is meant by servlet? What are the parameters of the service method?
What is the difference between encodeRedirectUrl and encodeURL?
What is the servletconfig object?
What are the steps that are required to handle the multi-threading?
why are using HttpServlet in realtime projects and why are not using Genericservlet
Is it possible to send a mail from a servlet? Explain?
What is the use of servlet context?
what is the difference between doGet() and doPost()?