Both hidden variable and URL rewriting are used for session tracking. The only advantage in hidden variable is that the URL looks neat. In URL rewriting, each and every variable is added to the URL (called GET parameters).Example: profile.jsp?name=dilip+surname=iyer
Category:JSP Interview Questions
No comments:
Post a Comment