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
Previous Question | Next Question |
The code in a finally clause will never fail to execute, right? | Difference between GET and POST in Java Servlets? |