What is session object in jsp?



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

Post New Answer

More JSP Interview Questions

Why is it not recommended to use script elements in jsp?

1 Answers  


how can we retrieve the values in jsp by using custom tags

4 Answers   IBM, Wipro,


What is the requirement of a tag library?

1 Answers  


What is the use of requestdispatcher?

1 Answers  


When does a container initialize multiple jsp / servlet objects?

1 Answers  


What is the use of?

1 Answers  


Define Expression

1 Answers  


What are page directives?

1 Answers  


Can we write java code in jsp?

1 Answers  


What is < jsp:forward> tag for?

1 Answers  


how to print a string with out using out.println?

3 Answers   Elementus Technologies,


What is the scope of response object?

1 Answers  


Categories