What are implicit objects in jsp?
Answer / Hoshiyar Singh
Implicit objects in JSP refer to a predefined set of objects that are automatically available within the scope of a JSP page. These include request, response, out, session, application, config, and pageContext.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can I implement a thread-safe jsp page? What are the advantages and disadvantages of using it?
How does jsp engines instantiate tag handler classes instances?
Is jsp a front end?
How to retrieve warnings?
Which syntax is used to comment jsp?
How to get session in Jsp other than session object?
why JSP is bigger choice for software development as compare to ASP.
Why do we need custom tags in jsp?
Explain jsp technology?
Can an interface be implemented in the jsp file?
What is difference between javascript and jsp?
What are request and response objects?