What is servlet configuration?



What is servlet configuration?..

Answer / Chandan Kumar Singh

Servlet Configuration refers to the process of setting up a Servlet by defining its properties, such as initialization parameters and listener classes. This configuration can be done using web.xml deployment descriptor file or annotation-based configuration.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

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

2 Answers  


What is a deployment descriptor?

1 Answers  


What is the major difference between servlet and applet?

1 Answers  


What is a servlet context?

1 Answers  


What are the parameters of the service method ?

2 Answers  


In howmany ways applet-servlet communication can be done?

1 Answers  


Explain the difference between generic servlet and http servlet?

1 Answers  


Hi Friends, Can we make any method thread safe withour synchronized keyword?

2 Answers  


What is a Session Id?

1 Answers  


i am bca student,give me suggest for bright future

18 Answers   BSNL, Future Considerations,


What is the major difference between context parameter and context attribute?

1 Answers  


Can we fetch the attributes related to a servlet on a different servlet?

1 Answers  


Categories