What are implicit objects in jsp?



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

Post New Answer

More JSP Interview Questions

How can I implement a thread-safe jsp page? What are the advantages and disadvantages of using it?

1 Answers  


How does jsp engines instantiate tag handler classes instances?

1 Answers  


Is jsp a front end?

1 Answers  


How to retrieve warnings?

1 Answers  


Which syntax is used to comment jsp?

1 Answers  


How to get session in Jsp other than session object?

3 Answers   TCS,


why JSP is bigger choice for software development as compare to ASP.

2 Answers  


Why do we need custom tags in jsp?

1 Answers  


Explain jsp technology?

1 Answers  


Can an interface be implemented in the jsp file?

1 Answers  


What is difference between javascript and jsp?

1 Answers  


What are request and response objects?

1 Answers  


Categories