What is session getattribute in jsp?
Answer / 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 |
What are context initialization parameters?
What is the use of Application Object and Session Object in JSP?
What are page directives?
What is jsp action tags?
How to ignore the el expression evaluation in a jsp?
Define Expression
What is taglib uri in jsp?
What is taglibs?
How does JSP handle run-time exceptions?
How we can include the result of another page in jsp?
What is asp and jsp?
What is request getcontextpath ()?