Tuesday, November 29, 2011

Where do we use hidden variables and url rewriting? and wat is the difference between them?

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