Login
Remember
Register
Ask a Question
What are Expressions?
0
votes
asked
Jul 3, 2023
in
JAVA
by
Robin
What are Expressions?
java
expressions
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 3, 2023
by
Robin
A JSP expression is used to insert the value of a scripting language expression, converted into a string, into the data stream returned to the client, by the web server. Expressions are defined between <% = and %> tags.
...