What are the implicit, internal objects and methods on the jsp page?
Answer / Kushagra Goel
Implicit objects in JSP are predefined variables that hold specific information about the current request, response, session, application, out, config object etc. They usually have a prefix 'request', 'response', 'session', 'application' or 'config'. Examples include request, response, pageContext, out, application, config, and page.nInternal objects are not predefined but can be created by programmers to reuse JSP code across multiple pages.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is jsp exception?
What are the 3 tags used in jsp bean development?
How to include static files in a JSP page?
Explain the difference between servlet and jsp?
Give a sample jsp configuration in the deployment descriptor.
Which implicit object is not available in normal jsp pages?
How can I override the jspdestroy() method within a jsp page?
In the servlet 2.4 specification singlethreadmodel has been deprecated, why?
What are the different types scripting elements in jsp?
What is full form of jsp?
What is the use of session management?
Which of the following action variable is used to include a file in jsp?