What are the implicit objects?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / purnachand
Implicit objects are not only created by the container or application software. They can also be provided by the underlying JVM.
Implicit objects in core java are:
this,super
Implicit objects in Struts:
servlet and so many
Implicit objects in Jsp:
9 number.
| Is This Answer Correct ? | 3 Yes | 3 No |
difference between sql exception class and sql warning class
Explain what is orm?
Write a program to show synchronization?
What is clustering? What are the different algorithms used for clustering?
Which class is the immediate superclass of the menucomponent class?
difference between HashMap, Hashset and hashTable?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
Write a singleton program?
What is Servlet Filter And What does it work?
Why threads will block on I/O?
If your ui seems to freeze periodically, what might be a likely reason?
Explain ioc concept?