1.

What is JSP Expression Language (EL)?

Answer»

Expression LANGUAGE (EL) was introduced in JSP 2.0. It is a mechanism that simplifies the ACCESSIBILITY of the data stored in JAVABEAN COMPONENTS and other objects like request, session, and application, etc. There are many operators in JSP that are used in EL like arithmetic and logical operators to PERFORM an expression.



Discussion

No Comment Found