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
How to generate the server side programming and the advantages of it over the other languages?
What is http servlet? Explain with the help of an example.
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What is the difference between a generic servlet and http servlet?
Which http method is said to be non-idempotent and idempotent?
Can we refresh servlet in client and server side automatically?
Explain the different ways for servlet authentication?
What are the servlet events?
What do you mean by mime type?
What is called servlet container?
How can we refresh automatically when new data has entered the database?
Explain servlet events?
What is the difference between servlet and jsp?
What are sessions in servlets?
What do you mean by httpservlet and how it is different from the genericservlet?