🎴 Flashcard Mode

Java EE (EJB, Servlets, JSP) Quiz

Card1 / 18
Mastered0
Review0
QuestionClick to flip

Which of the following aren't the methods for state/session management in the context of Servlets?

AnswerClick to flip back
A
Http Redirects
💡 Explanation:

The question asks which option is NOT a session management method. HTTP Redirects (sendRedirect) is not considered a core session management technique; it's a redirection mechanism. The standard session management methods are Cookies, Hidden Form Fields, URL Rewriting, and HttpSession.

Change Mode