What is servlet initializer?



What is servlet initializer?..

Answer / Preeti Agarwal

Servlet Initializer is a Java class that initializes a Servlet. It's typically used in modern web applications that use annotations for configuration, instead of the traditional deployment descriptor (web.xml).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

Difference between Include, Forward and sendRedirect in Servlet?

7 Answers   AZTEC, KPIT, TCS,


Can we write a constructor for a Servlet class ? if yes how ? if no why not ?

10 Answers  


Explain the jar and war files in servlet?

1 Answers  


difference between request.getSession(false) or request.getSession() and request.getSession(true)

2 Answers  


can we use more than one controller in web application

3 Answers   IBM,


What do you mean by servlet context?

1 Answers  


What is a servlet context object?

1 Answers  


What are the functions of the servlet container?

1 Answers  


What is the procedure of invoking different servlet in a different application?

1 Answers  


How do you design microservices?

1 Answers  


What is session variable in servlets?

1 Answers  


can it possible to validate form field before execution of a servlet service method if yes how??

6 Answers  


Categories