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
What are the uses of servlet
How we can create war file in servlet?
What is the difference in between the httpservlet and generic servlet?
What is a servlet-to-servlet communcation?
Which java application server is the best?
Which are the different ways you can communicate between servlets?
How do you load an image in a Servlet?
What is servlet collaboration?
Can you explain in detail 'javax.servlet' package?
Write a program to show the functionality of servlets.
What are the exceptions thrown by servlets? Why?
What is the difference between 2 types of servlets?
Should I override the service() method?
Why do we have servlet filters?
Why filter is used in servlet?