What is the main purpose of Expression Language?
To remove JAVA Syntax
To remove standard actions
To remove complexity from JSP Pages
To remove WML form JSP Pages
Answers
Answered by
0
Expression language (EL) has been introduced in JSP 2.0. The main purpose of it to simplify the process of accessing data from bean properties and from implicit objects. EL includes arithmetic, relational and logical operators too.
hope it helps
Similar questions