1.

What Is A Jsp Expression?

Answer»

A JSP expression is used to WRITE an output without using the out.print statement. It can be SAID as a SHORTHAND representation for scriptlets. An expression is written between the <%= and %> TAGS. It is not required to END the expression with a semicolon, as it implicitly adds a semicolon to all the expressions within the expression tags.

A JSP expression is used to write an output without using the out.print statement. It can be said as a shorthand representation for scriptlets. An expression is written between the <%= and %> tags. It is not required to end the expression with a semicolon, as it implicitly adds a semicolon to all the expressions within the expression tags.



Discussion

No Comment Found