What is an expression language?



What is an expression language?..

Answer / 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

More JSP Interview Questions

Explain the difference between servlet and jsp?

1 Answers  


What is the purpose of jsp?

1 Answers  


What is the jsp?

1 Answers  


How can we disable el?

1 Answers  


what is the extended star schema

1 Answers  


How can we extend jsp technology?

1 Answers  


What is the difference between <jsp:forward> and sendRedirect?

6 Answers   HCL,


What is jsp in javascript?

1 Answers  


i am using rich faces datatable rich:datatable. On entering the value, values get filtered in table. Now how can i get the value in back9ing bean..?

1 Answers  


How to delete a cookie in a jsp?

1 Answers  


What are the events in jsp page?

1 Answers  


Why use of scripting elements in jsp is discouraged?

1 Answers  


Categories