Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What is a scriptlet?

A scriptlet contains Java code that is executed every time a JSP is invoked. When a JSP is translated to a servlet, the scriptlet code goes into the service() method. Hence, methods and variables written in scriptlets are local to the service() method. A scriptlet is written between the <% and %> tags and is executed by the container at request processing time.
Related Posts Plugin for WordPress, Blogger...
Flag Counter