Scriptlet is the JSP Element used to write the Java code in JSP program. The following is the syntax of the scriptlet in JSP.
When we are using scriptlets in JSP, we must follow all the rules of Java. The following example shows the java code in the scirptlet.
If we doesn't follow all the rules of Java, the JSP compiler will fail in converting .java program into .class file, instead it shows error in browser. We use Implicit variable as part of scriptlet.
Scriptlet Syntax |
When we are using scriptlets in JSP, we must follow all the rules of Java. The following example shows the java code in the scirptlet.
If we doesn't follow all the rules of Java, the JSP compiler will fail in converting .java program into .class file, instead it shows error in browser. We use Implicit variable as part of scriptlet.
No comments:
Post a Comment