Why do we use expression language in jsp?



Why do we use expression language in jsp?..

Answer / Veethika Raj

Expression Language (EL) is used in JSP for dynamic content generation. It allows developers to access Java objects and evaluate expressions dynamically within the JSP page without using custom tags or scriptlets.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSP Interview Questions

Explain the difference between forward and sendredirect?

1 Answers  


What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?

1 Answers   Cap Gemini,


What is expression tag in jsp?

1 Answers  


how to pass values to a function fron input tags, and how to display that values in that called function

2 Answers   TCS,


What is context in web application?

1 Answers  


How to call java method in jsp page on button click?

1 Answers  


What is the requirement of a tag library?

1 Answers  


What is difference between page and pagecontext in jsp?

1 Answers  


What is jsp servlet?

1 Answers  


Differentiate between include directive and include action.

1 Answers  


What is jsp action tags?

1 Answers  


What is jsp container?

1 Answers  


Categories