Where do you define dispatcherservlet?



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

Post New Answer

More Servlets Interview Questions

What is meant by a web application

1 Answers  


How to create war file?

1 Answers  


When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?

1 Answers  


when the jsp page is translated to servlet?

5 Answers   HCL,


Can we use threads in Servlets?

1 Answers  


Explain the differences between jsp and servlet.

1 Answers  


difference between forward and sendredirect

6 Answers   Accenture,


What are advantages of servlets over cgi?

1 Answers  


What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?

1 Answers  


what is a session object?

2 Answers  


How will two or three servlets interact or communicate with each other?

1 Answers  


what is multiple server?

1 Answers  


Categories