adspace


What is session getattribute in jsp?

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


Please Help Members By Posting Answers For Below Questions

i need the source code for opening a word document in java

2307