What is j2ee stand for?
No Answer is Posted For this Question
Be the First to Post Answer
What is containers in java?
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 ?
how many external variables are there in jsp ?
Which package is imported by default in java?
What is architecture neutral in java?
What are the advantages of object-relational mapping (orm)?
Which software is used for java?
What is javaserver pages (jsp)?
What is deployment descriptor?
What is the description for expression element?
What is setbounds in java?
Is java a web technology?