Which of the following is true about session tracking in Java Servlets?
A. Sessions can only be tracked using cookies
B. Sessions are not supported in Java Servlets
C. Sessions are tracked using SQL queries
D. Sessions can be tracked using cookies, URL rewriting, and hidden form fields
Answer: Option D
Join The Discussion