What is the ServletConfig() and what is its use?
Answer Posted / dileep
which describes the configureation of our servlet.
generally we will declare all member variables and nmember
functiions inside init() method.thats why we are passing
ServletConfig as parameter to every init() method of the
servlet.
| Is This Answer Correct ? | 8 Yes | 8 No |
Post New Answer View All Answers
What is servletconfig?
What is meant by cookies?
Differentiate between the print writer and servlet output stream?
What is preinitialization of a servlet?
Should I override the service() method?
Explain session tracking and its importance?
Which method is called when reference variable is passed in system.net?
What is cookie in servlet?
What is the difference between servlet and jsp?
What do you mean by a filter and how does it work?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
What is servlet container. how it works?
Describe the phases of servlet lifecycle?
What if you need to span your transaction across multiple servlet invocations?
Differentiate between the web server and application server?