What is the use of jsp implicit objects?



What is the use of jsp implicit objects?..

Answer / 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

More JSP Interview Questions

What is jsp and why it is used?

1 Answers  


What is the jspdestroy() method?

1 Answers  


What is welcome file list?

1 Answers  


What is the difference between jsp and php?

1 Answers  


Is jsp a front end?

1 Answers  


Hi, We developed a webpage using jsp for our team, now we need to know who are employees opening this page,i.e, we need to get the windows user name when ever he/she open the page and stores into a variable. Plz help on this

1 Answers  


what is difference between the contart and implementation?

0 Answers   iFlex,


How are cookies set in jsp?

1 Answers  


What are request and response objects?

1 Answers  


Why is _jspservice () method starting with an '_'?

1 Answers  


What is difference between page and pagecontext in jsp?

1 Answers  


how to pass values to a function fron input tags, and how to display that values in that called function

2 Answers   TCS,


Categories