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
Why is servlet used?
What is the difference between the include() and forward() methods?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
What are the various ways of session supervision in servlets?
Is servlet a controller?
What are the difference between RMI and Servlets?
What are all the ways for session tracking?
What is meant by servlet? What are the parameters of the service method?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
What is http servlet?
How do we call one servlet from another servlet?
Why is init() method is used in servlets?
What is the difference between CGI and Servlet?
What is servlet? Explain
What are the ways to handle multi-threading in servlets?