How does the Jsp Expressions works ? What happens at the
back?
Answer Posted / vinoth mca
JSP expressions are a quick way to insert data into an HTML page. In Math, an expression is a way to represent a single value different ways. I could represent the number 6 with the expressions, (3+3) or (2*3). In JSP, the idea is the same. But instead of coming up with a mathimatical value, the result of an expression is converted to a string it can be displayed as part of an HTML Page.
An expression is enclosed in these tages: <%= %> For example, To add 2+2 and display the result, you would enter the following:
<%= 2+2 %>
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do I perform browser redirection from a jsp page?
What will happen if iselignored attribute is set as false?
What are the jsp elements?
What is jsp and how it works?
Why is used in jsp?
Give the use of session object.
How to configure init parameters for jsp?
What is jsp usebean?
What is the difference between jsp and thymeleaf?
What are the different types scripting elements in jsp?
How do you delete the session data?
What is the need of jsp?
Is the session object always created on the jsp page, is it possible to disable its creation?
Is jsp and javascript same?
why ,what, when, where,how the extended star schema is used.