adspace
Answer Posted / Samarjeet Yadav
session.getAttribute() is a method in JSP that retrieves the value of an attribute associated with the current HTTP session. It takes the name of the attribute as a parameter and returns its value if it exists, otherwise it returns null.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers