What are the implicit, internal objects and methods on the jsp page?



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

Post New Answer

More JSP Interview Questions

What is jsp exception?

1 Answers  


What are the 3 tags used in jsp bean development?

1 Answers  


How to include static files in a JSP page?

1 Answers  


Explain the difference between servlet and jsp?

1 Answers  


Give a sample jsp configuration in the deployment descriptor.

1 Answers  


Which implicit object is not available in normal jsp pages?

1 Answers  


How can I override the jspdestroy() method within a jsp page?

1 Answers  


In the servlet 2.4 specification singlethreadmodel has been deprecated, why?

1 Answers  


What are the different types scripting elements in jsp?

1 Answers  


What is full form of jsp?

1 Answers  


What is the use of session management?

1 Answers  


Which of the following action variable is used to include a file in jsp?

1 Answers  


Categories