What is the ServletConfig() and what is its use?
Answer Posted / ramesh nagula
A servlet configuration object used by a servlet container
used to pass information regarding the initialisation
parameters which are specified
in the web.xml file to a servlet during initialization
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
How can the session in servlet can be destroyed?
How can we implement a jsp page?
What is the difference between sendredirect() and forward() in a servlet?
What is the difference between Difference between doGet() and doPost()?
How do you get the ip address of the client in servlet?
What is servlet and its advantages?
What are the differences between servlet context vs servlet config?
When a servlet accepts a call from a client, it receives two objects. What are they?
What mechanisms are used by a Servlet Container to maintain session information?
How to rectify errors in java servlet while compilation?
Define context initialization parameters.
What are the ways to handle multi-threading in servlets?
How to make sure a servlet is loaded at the application startup?
Explain the difference between a web server and a web container?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?