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
Write a program to show synchronization?
Is the ternary operator written x : y ? Z or x ? Y : z ?
Name three subclasses of the component class?
Why are my checkboxes not being set from on to off?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
What is the relationship between local interfaces and container-managed relationships?
Why do I get a duplicate name error when loading a jar file?
Explain about thread synchronization inside a monitor?
What is the difference between java class and bean?
What are the services in RMI ?
What is the difference between static and non-static with examples?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
whats is mean by tiles in struts
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!
Name three component subclasses that support painting?