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 |
What are the different scope values for the <jsp:usebean> tag?
What are the implicit objects?
what is the difference between jsp and servlets ?
What are request and response objects?
What is jsp include tag?
How can we disable java code or scripting in jsp page?
What is jsp declaration?
What are the different directives in jsp?
What are the jsp elements?
What jsp lifecycle methods can I override?
How to call java method in jsp page on button click?
Which package does a jsp api consist of?