What is j2ee server?
No Answer is Posted For this Question
Be the First to Post Answer
What is platform independent in java?
J2ee is a container centric architecture. Explain.
What is the mvc on struts?
How many types of component events are in java?
How to create object without using the keyword “new” in java?
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 ?
Is string an object in java?
What is a thin client?
What is a java developer?
What is business method?
What is event handling in java?
Is java still slow?