InterviewSolution
Saved Bookmarks
| 1. |
What is the session Object? |
|
Answer» The session object is an instance of javax.servlet.http.HttpSession and is used to track client session between client requests |
|