What are Expressions?

Technology CommunityCategory: JavaWhat are Expressions?
VietMX Staff asked 3 years ago

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.