How does the Jsp Expressions works ? What happens at the
back?
Answer Posted / rajini
An expression tag contains a scripting language expression
that is evaluated, converted to a String, and inserted
where the expression appears in the JSP file. Because the
value of an expression is converted to a String, you can
use an expression within text in a JSP file. Like
<%= someexpression %>
<%= (new java.util.Date()).toLocaleString() %>
You cannot use a semicolon to end an expression
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is tag file?
How does a jsp function?
How do you delete a cookie within a jsp?
Where is jsp used?
What is jsp in javascript?
How can I prevent the output of my jsp or servlet pages from being cached by the browser?
Is jsp technology extensible?
Are dialogue tags necessary?
How to call java method in jsp page on button click?
What is context url?
What is a scriptlet?
What are the different life-cycle methods?
Explain client-side and server-side validation.
Explain the difference between include directive and include action in jsp?
What are jsp declarations?