What is the ServletConfig() and what is its use?
Answer Posted / tulasi vani
ServletConfig gives the information regarding the
configuration of the servlet.It provides the information
regarding the initialisation parameters which are specified
in the web.xml file.Its also contains an object of servlet
context which gives servlet information about the container
| Is This Answer Correct ? | 32 Yes | 3 No |
Post New Answer View All Answers
What is the use of request dispatcher interface?
Differentiate between the get and post method
How we can create war file in servlet?
Is servlet synchronized?
What do you mean by the servlet chaining?
List out difference between a JavaBean from a Servlet?
What are the difference between session and cookies in servlet? Explain
Difference between get and post in java servlets?
What is difference between jsp and servlet?
What's the servlet interface?
What is the difference between context parameter and context attribute?
How does java thread pool work?
How do servlets work?
What is called servlet container?
Explain how does JSP handle run-time exceptions?