Name the Implicit variable which is used to access other
implicit objectes present in JSP.

Answers were Sorted based on User's Feedback



Name the Implicit variable which is used to access other implicit objectes present in JSP...

Answer / vinod prabha

pageContext

Is This Answer Correct ?    19 Yes 1 No

Name the Implicit variable which is used to access other implicit objectes present in JSP...

Answer / vijay

using pagecontext only we can access all other implicit
objects.the remainig answers are wrong.

Is This Answer Correct ?    17 Yes 1 No

Name the Implicit variable which is used to access other implicit objectes present in JSP...

Answer / guest

PageContext

Is This Answer Correct ?    7 Yes 1 No

Name the Implicit variable which is used to access other implicit objectes present in JSP...

Answer / vijay

answer posted by nilesh is wrong

Is This Answer Correct ?    4 Yes 2 No

Name the Implicit variable which is used to access other implicit objectes present in JSP...

Answer / radhi

Session, Request and application are present in both Servlet
and JSP and Page (pageContext scope) is the new one in JSP ....
Using pageContext we can access Session, Request and
application.

Is This Answer Correct ?    3 Yes 1 No

Name the Implicit variable which is used to access other implicit objectes present in JSP...

Answer / mari

1. request
2. response
3. pageContext
4. session
5. application
6. out
7. config
8. page
9. exception

Is This Answer Correct ?    5 Yes 6 No

Name the Implicit variable which is used to access other implicit objectes present in JSP...

Answer / nilesh

request
session
page
application

Is This Answer Correct ?    1 Yes 10 No

Post New Answer

More J2EE Interview Questions

What is japplet in java?

0 Answers  


Is advanced java and j2ee same?

0 Answers  


What are web technologies in java?

0 Answers  


What are the most important topics in java?

0 Answers  


What is difference between j2ee and java?

0 Answers  






How can I be good in java?

0 Answers  


Why is j2ee needed?

0 Answers  


What is webservices in java?

0 Answers  


What is container-managed sign-on?

0 Answers  


Describe the ear, war, and jar.

0 Answers  


How does javac compiler work?

0 Answers  


What is java 2 platform, micro edition (j2me)?

0 Answers  


Categories