Where do you define dispatcherservlet?
Answer / Surjeet Sagar
DispatcherServlet is defined in a ServletContext configuration file, usually web.xml or using Java-based configuration classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is meant by a web application
How to create war file?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
when the jsp page is translated to servlet?
Can we use threads in Servlets?
Explain the differences between jsp and servlet.
difference between forward and sendredirect
What are advantages of servlets over cgi?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
what is a session object?
How will two or three servlets interact or communicate with each other?
what is multiple server?