DEVFYI - Developer Resource - FYI

What is session?

Servlet Interview Questions and Answers


(Continued from previous question...)

17. What is session?

The session is an object used by a servlet to track a user's interaction with a Web application across multiple HTTP requests.

(Continued on next question...)

Other Interview Questions