What are the main components of the j2ee application?
No Answer is Posted For this Question
Be the First to Post Answer
What is a j2ee component?
What is a jpanel in java?
What is jlayeredpane java?
How can we serialize a jsp page.
How is java development environment setup?
Is string an object in java?
What is callback methods?
I’m new to WebLogic Does anyone knows how to Deploy Application using
Difference between treemap & sortedset
Is java part of oracle?
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 do you understand by business logic?