Answer Posted / sk
Http Session is an object for one Client it creates one
object ........Http Session is good for using one
application .........ServletContext is good for using one
client...ServletConfig is good for using one servlet
Is This Answer Correct ? | 18 Yes | 22 No |
Post New Answer View All Answers
Define servlet mapping?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
Can you explain in detail 'javax.servlet' package?
How forward () method is different from send redirect () method?
What is session tracking?
Which httpsession object is used to view and manipulate information about a session?
Define the life cycle of a servlets.
Explain their methods? Tell me their parameter names also have you used threads in servlet?
What do you mean by request dispatcher in servlet?
What is the
What is meant by a servlet?
What is difference between jsp and servlet?
What is the use of httpservletrequestwrapper?
Should I override the service() method?
What is the servletconfig object?