What are the methods in HttpSession and their use?
Answer Posted / niranjanravi
getId()
getLastAccessedTime()
getCreationTime()
putValue()
getAttribute()
setAttribute()
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What is httpservlet class?
How can we include static files in the jsp page?
Explain servlet.
What is a servlet context object?
How can you use a servlet to generate a plain text instead of html?
What are different ways for servlet authentication?
What are the differences between the servletconfig interface and the servletcontext interface?
What are the types of Session Tracking ?
What is the advantage of Servlets when compared with other server side technologies?
Is servlet a controller?
What is Servlet API used for connecting database?
Which java framework is most popular?
What's the difference between authentication and authorization?
How to rectify errors in java servlet while compilation?
Which method of the httpservletrequest object is used?