What is session object in jsp?
Answer / Mukesh Sharma
The session object in JSP is used to store data related to a user across multiple requests. It provides a way for maintaining state between multiple HTTP requests from a client.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is it not recommended to use script elements in jsp?
how can we retrieve the values in jsp by using custom tags
What is the requirement of a tag library?
What is the use of requestdispatcher?
When does a container initialize multiple jsp / servlet objects?
What is the use of?
Define Expression
What are page directives?
Can we write java code in jsp?
What is < jsp:forward> tag for?
how to print a string with out using out.println?
3 Answers Elementus Technologies,
What is the scope of response object?