Monday, February 6, 2012 8:43

Application,session,request objects in jsp

Tagged with:
Posted by on Sunday, January 4, 2009, 21:28
This news item was posted in Java category and has 0 Comments so far.

JSP provides a set of implicit object variables for you.

One of them is the ‘application’ variable.

getServletContext().get….

can be replaced with:

application.get….

Leave a Reply

You can leave a response, or trackback from your own site.