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
Explain url encoding?
What is preinitialization of a servlet?
What is servlet and its use?
Whats the advantages using servlets over using CGI?
What is lazy loading and what is Generic Servlet Class?
What are the uses of servlets?
How is an application exception handling is done using a servlet?
What is the structure of the http response
How do you configure a centralized error handler in servlets?
Explain web container.
How can we achieve transport layer security for our web application?
What is servlet looping or chaining?
What is the major difference between context parameter and context attribute?
Why do we need a constructor in a servlet if we use the init method?
Explain the war file?