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
How do you find out what client machine is making a request to your servlet
What is meant by servlet? What are the parameters of the service method?
What exactly are the functions of servlet?
Describe the phases of servlet lifecycle?
What are advantages of servlets over cgi?
Explain the architechure of a servlet?
why we should override only no-agrs init() method.
What is the procedure of invoking different servlet in a different application?
What is java servlet?
If a servlet is not properly initialized, what exception may be thrown?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
Define the lifecycle for executing a jsp page.
What is cookie? Why is cookie used?
What are different methods of session management in servlets?
How to generate the server side programming and the advantages of it over the other languages?