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
What is the servlet?
What is the dispatcher servlet?
What’s the difference between sendredirect and forward methods
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What is the difference between the servlets and cgi programs?
When servlet object is created?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
What do you mean by default initialization in java servlet?
What are different ways for servlet authentication?
What is a web application and what is it’s directory structure?
How to commuincate between an applet and a servlet?
What's the difference between authentication and authorization?
How forward () method is different from send redirect () method?
What is the difference between the http servlet and generic servlet?
How do you get the ip address of the client in servlet?