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 load an image in a Servlet?
What is the GenericServlet class?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
Can we use threads in Servlets?
Can you send an authentication error from a servlet?
How will you pass values from HTML page to the servlet?
What is the workflow of a servlet?
What is servlet configuration?
Can you create a deadlock condition on a servlet?
Difference between GET and POST?
What is meant by session? Tell me something about httpsession class?
Explain url encoding?
How do you define a servlet?
How would you create deadlock on your servlet?
Explain their methods? Tell me their parameter names also have you used threads in servlet?