Which of the following is true about session management in Java Servlets?
A. Sessions are managed using SQL queries
B. Sessions are not supported in Java Servlets
C. Sessions can be maintained using cookies or URL rewriting
D. Sessions can only be managed using cookies
Answer: Option C
Join The Discussion