What is a component in java?
No Answer is Posted For this Question
Be the First to Post Answer
Define hashtable in j2ee?
Where is java used?
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 application client module?
What is button in java?
how to run servlet program between two computer through internet ?
Is c++ more secure than java?
What is java secure socket extension (jsse)?
to update a batch in a table in jdbc which method of statement object is used
What is the best java compiler?
which method does it invokes automatically when we click link in the webpage a)put b)get c)head d)post
What is deployment descriptor?