Java Servlet Programming Question:

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

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