What are the implicit el objects in jsp?



What are the implicit el objects in jsp?..

Answer / Manish Kumar Gupt

Implicit EL objects in JSP include pageScope, headerScope, requestScope, applicationScope, and params. These objects provide direct access to the scopes of variables defined within the current page or web application.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSP Interview Questions

What are the different scope values for the <jsp:usebean> tag?

1 Answers  


What are the implicit objects?

2 Answers   IBM, Sigma IT,


what is the difference between jsp and servlets ?

1 Answers   Cap Gemini,


What are request and response objects?

1 Answers  


What is jsp include tag?

1 Answers  


How can we disable java code or scripting in jsp page?

1 Answers  


What is jsp declaration?

1 Answers  


What are the different directives in jsp?

1 Answers  


What are the jsp elements?

1 Answers  


What jsp lifecycle methods can I override?

1 Answers  


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

1 Answers  


Which package does a jsp api consist of?

1 Answers  


Categories