Saturday, October 3, 2015

Scriptlet tag of JSP

The scriptlet tag of JSP: Scriptlet is the main tag of JSP. It is used to add request processing logic to a JSP page. A JSP page may contain any number of scriptlet tags. It has following syntax: At the time of translation, contents of the scriptlet tags are copied as it is to the […]
Read Complete Post...

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.