What are the implicit objects?

Answers were Sorted based on User's Feedback



What are the implicit objects? ..

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

What are the implicit objects? ..

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

Post New Answer

More Advanced Java Interview Questions

What is the difference between RMI and Socket?

2 Answers  


why we use main in java?

4 Answers  


How u validate date in DD/MM/YY format. and how u validate money in ur jsp

3 Answers   Ashok Leyland, Satyam, Tech Mahindra, Tomax,


Describe, in general, how java's garbage collector works?

0 Answers  


What is servlet preinitialization

1 Answers   iFlex,






how to search the pertical objects in a Collections

3 Answers   iGate,


What modifiers may be used with an inner class that is a member of an outer class?

0 Answers  


Can I run seam outside of jboss as?

0 Answers  


which deployment descriptor element is used to configure the authentication method? a. auth-config b. login-config c. sec-config

1 Answers  


Why does the tag url-encode javascript and mailto links?

0 Answers  


How many requests can a server fetch at a time?

1 Answers  


What is a layout manager?

2 Answers  


Categories