Is core java and j2se same?
No Answer is Posted For this Question
Be the First to Post Answer
Describe action form?
Use of private variable while creating properties ???
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 application?
Explain the four types of container that the j2ee specification defines
What is a web container in j2ee?
Why java is called robust and secure?
What are j2ee technologies?
What is instance in java?
Why is java robust?
What is deployer?
What is meant by j2ee?