What is the ServletConfig() and what is its use?
Answer Posted / jiban
ServletConfig as the name implies provide the information about configuration of a servlet which is defined inside the web.xml file or we can say deployment descriptor.its a specific object for each servlet
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do we translate jsp?
How to get the path of servlet in the server?
What is difference between GenericServlet and HttpServlet?
Is tomcat a servlet container?
Which java application server is the best?
When should you prefer to use doget() over dopost()?
What do you mean by web applications?
How is a servlet implemented in code?
Can we override destroy method in servlet?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
How do I use cookies to store session state on the client?
What is the purpose of dispatcherservlet properties?
Which httpsession object is used to view and manipulate information about a session?
What are the uses of servlets?
What is servlet container. how it works?