What are implicit objects?

Answer Posted / janet

To simplify code in JSP expressions and scriptlets, we can
use eight automatically defined variables, called implicit
objects.
They are
request,response,out,session,application,config,pageContext
and page.

Is This Answer Correct ?    40 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is request scope in jsp?

510


What is jsp-config in deployment descriptor?

587


Can you disable the caching on the back button of a particular browser?

500


When the destroy method of the jsp's are called?

487


Explain what is jsp ?

553






Can a constructor be used in place of init() method to initialize a servlet?

493


Explain the uses of tag.

527


What do you mean by isscriptingenabled attribute?

471


How can I handle jsp page errors?

526


What is request getcontextpath ()?

498


Explain the difference between forward and sendredirect?

470


Where is jsp used?

502


Explain the various scope values for tag.

505


Explain the steps for creating custom tags in jsp?

471


Can you make use of a servletoutputstream object from within a jsp page?

512