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

How many types of modules is defined by j2ee specification?

0 Answers  


What is actionform?

0 Answers  


What does web module contain?

0 Answers  


What are the different types of events in java?

0 Answers  


public class ActionSearchBean extends GenericSearchBean<ActionDTO, Long, ActionDTO> { @Override public String search() { data.setRowCount(null); if(data.getRowCount()==0){ data.getNoRecordFound().setRendered(true); data.getDataScroller().setRendered(false); } return "searchAction"; } @Override public String clear() { data.setRowCount(null); if (data.getRowCount() > 0){ data.getNoRecordFound().setRendered(false); data.getDataScroller().setRendered(true); }else{ data.getNoRecordFound().setRendered(true); data.getDataScroller().setRendered(false); } data.setModel(new ActionDTO()); data.setRowCount(null); return "searchAction"; } } what is the purpose of @Override ...what will do @Override here ?

0 Answers   Sony,






What is java j2ee developer?

0 Answers  


What is j2ee specification?

0 Answers  


What is webservices in java?

0 Answers  


How do I become a java developer?

0 Answers  


What is repaint in java?

0 Answers  


Is java 100 percent pure object oriented?

0 Answers  


What is mean by connection pooling?

0 Answers  


Categories