What are the implicit objects?

Answer Posted / mahesh

Implicit objects are objects that are created by the web
container and contain information related to a particular
request, page, or application. They are:
--request
--response
--pageContext
--session
--application
--out
--config
--page
--exception

Is This Answer Correct ?    19 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to show synchronization?

903


Is the ternary operator written x : y ? Z or x ? Y : z ?

881


Name three subclasses of the component class?

884


Why are my checkboxes not being set from on to off?

924


Which characters may be used as the second character of an identifier, but not as the first character of an identifier?

804


What is the relationship between local interfaces and container-managed relationships?

850


Why do I get a duplicate name error when loading a jar file?

855


Explain about thread synchronization inside a monitor?

2260


What is the difference between java class and bean?

829


What are the services in RMI ?

2109


What is the difference between static and non-static with examples?

1632


How would you reatach detached objects to a session when the same object has already been loaded into the session?

961


whats is mean by tiles in struts

1906


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1618


Name three component subclasses that support painting?

848