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 |
What is the difference between the ‘font’ and ‘fontmetrics’ class?
What is Stream and Types?
What happens when we invoke a thread?s interrupt method while it is in sleeping or waiting condition?
difference between ejb,struts,hibernate,spring and jsp
Explain the advantages and disadvantages of detached objects.
Hi I have joined java course. I also want additional help from any tutorials website. Please suggest me tutorials which provides easy to understand online applet tutorials?
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!
Can you give me a simple example of using the requiredif validator rule?
what is disadvantage of thread?
i have a 1000 objects in data base i need to display those in jsp's how can i retrive those objects in jsp. (consider the performance issue)
What is the difference between ear, jar and war file?
which deployment descriptor element is used to configure the authentication method? a. auth-config b. login-config c. sec-config