How many types of objects are there in java?
No Answer is Posted For this Question
Be the First to Post Answer
what is interface in java ?can you explain with simple example?and what is the difference between abstract and interface?
What is event and listener in java?
Is java is a high level language?
Why 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 multi tier architecture in j2ee?
What are the main components of a class in java?
What is container-managed sign-on?
How will you explain load() and get() methods?
What is delegation?
What is the difference between java and j2ee?
What is javac written?