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 |
difference between request.getSession(false) or request.getSession() and request.getSession(true)
What is a deployment descriptor?
What is the major difference between servlet and applet?
What is a servlet context?
What are the parameters of the service method ?
In howmany ways applet-servlet communication can be done?
Explain the difference between generic servlet and http servlet?
Hi Friends, Can we make any method thread safe withour synchronized keyword?
What is a Session Id?
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?
Can we fetch the attributes related to a servlet on a different servlet?