Why is j2ee needed?
No Answer is Posted For this Question
Be the First to Post Answer
how many external variables are there in jsp ?
What do you understand by a thin client?
What is enterprise information system resource?
Why is j2ee needed?
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 ?
What is j2ee server?
What is iso 3166?
What is awt panel java?
What is java api for xml registries (jaxr)?
What are the components and containers in java?
What is Document Object Model?
What is j2ee application model?