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 |
What is jsp and why it is used?
What is the jspdestroy() method?
What is welcome file list?
What is the difference between jsp and php?
Is jsp a front end?
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
what is difference between the contart and implementation?
How are cookies set in jsp?
What are request and response objects?
Why is _jspservice () method starting with an '_'?
What is difference between page and pagecontext in jsp?
how to pass values to a function fron input tags, and how to display that values in that called function