Define Session Tracking in HttpServlet



Question: Why do u use Session Tracking in HttpServlet?
Answer:
In HttpServlet you can use Session Tracking to track the user state. Session is required if you are developing shopping cart application or in any e-commerce application.

Random Posts

  • Dynamic and Static Web Page
  • Calling a Method in Java
  • Session Tracking Example using Servlets
  • Springs Interview Questions
  • What are synchronized methods and synchronized statements?

Post a Comment