1.

State The Difference Between The Expression And Scriptlet?

Answer»

JSP, Expressions is USED to display the values of variable or to return the values by invoking the getter methods. However, JSP expressions begins with <> and does not have semicolon at the end of the expression. Scriptlet can contain variable, method or expressions that are valid within the PAGE scripting language. Within the scripting TAGS and page scripting language any valid OPERATIONS can be PERFORMED.

JSP, Expressions is used to display the values of variable or to return the values by invoking the getter methods. However, JSP expressions begins with <> and does not have semicolon at the end of the expression. Scriptlet can contain variable, method or expressions that are valid within the page scripting language. Within the scripting tags and page scripting language any valid operations can be performed.



Discussion

No Comment Found