Java Servlet Programming Question:
Download Questions PDF

What mechanisms are used by a Servlet Container to maintain session information?

Answer:

Cookies, URL rewriting, and HTTPS protocol information are used to maintain session information

Download Java Servlet Programming Interview Questions And Answers PDF

Previous QuestionNext Question
The code in a finally clause will never fail to execute, right?Difference between GET and POST in Java Servlets?