adspace


What is an expression language?

Answer Posted / Ankit Agrawal

Expression Language (EL) in JSP allows developers to write expressions that can be evaluated at runtime and produce a result. It's used to access the values of variables, call methods, perform arithmetic operations, and more. An example of using EL in JSP: <code>${myVar}</code>

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i need the source code for opening a word document in java

2306