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

Answer Posted / vinod prabha

pageContext

Is This Answer Correct ?    19 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the best java course?

496


What is component in java with example?

483


What does enterprise javabeans module contain?

512


public class ActionSearchBean extends GenericSearchBean { @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 ?

1988


What is the ear file?

532






Which edition of java is used for developing web application?

413


What is j2ee tutorial?

498


What is build file?

521


Define authorization constraint?

534


for example we are login into the irctc server from there it will go to the selected bank and deduct amount and come back to the irctc. so if we are developing this in java means will it be run on the same session. but as per my knowledge bank is separate and irctc is separate URL's so it will use two different sessions then how it is maintaining same session through out application and even it uses the payment gateway? how it is working can any one help me on that??

3860


What is java ee sdk?

474


what is interface in java ?can you explain with simple example?and what is the difference between abstract and interface?

2053


What is j2ee server?

542


Is java a web technology?

494


What is j2ee stand for?

487