What are the methods in HttpSession and their use?
Answer Posted / amit tomar
getAttributesNames()
getId()
getLastAccessedTime()
getCreationTime()
putValue()
getAttribute()
setAttribute()
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the features added in Servlet 2.5?
What are the difference between RMI and Servlets?
Difference between forward() method and sendredirect() method ?
What’s the difference between forward() and sendredirect() methods?
What are life cycle methods of a servlet?
What methods do you use in servlet - applet communication?
What are the new features added to servlet 2.5?
What is difference between jsp and servlet?
What are the disadvantages of storing session state in cookies?
When jsessionid is created?
Why do we need servlet filter?
Is servlet a framework?
Why jsp is better than servlet?
What is the importance of init() method in Servlet ?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code