adspace


What is the use of jsp implicit objects?

Answer Posted / Vikas Kumar Agarwal

JSP Implicit Objects are predefined objects in JSP that provide easy access to various functionalities such as request, response, out, session, application, config, pageContext, and exception. They simplify the process of handling HTTP requests, generating responses, storing user data across multiple requests (session), and accessing configuration settings.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i need the source code for opening a word document in java

2307