Answer Posted / jayaprakash
HTTP Session mainly used for associated with HTTP Client and
HTTP sever.session will maintain the state with unque Id for
each client req.
| Is This Answer Correct ? | 58 Yes | 6 No |
Post New Answer View All Answers
What is the difference between the http servlet and generic servlet?
What is the directory structure of web application?
How to get the current httpsession object?
Describe some assignments that are executed by servlet container?
What are the types of servlets? Explain
Can we use the constructor, instead of init(), to initialize servlet?
What's the architecture of a servlet package?
What is httpservlet and how it is different from genericservlet?
Explain the methods of request dispatcher in servlet?
How can you start a jta transaction from a servlet deployed on jboss?
How can you push data from an Applet to a Servlet?
Explain the architechure of a servlet?
Why do we need servlet filter?
What’s the difference between sendredirect and forward methods
What do you mean by request dispatcher in servlet? Also explain its methods.