What is bean factory, have you used xmlbean factory?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use j2ee?
Which framework is best for java?
What are the four types of J2EE modules?
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 context root?
Name the Implicit variable which is used to access other implicit objectes present in JSP.
What are the main components of the j2ee application?
What is asant?
What is jetty in java?
Where is java used?
How java is used in web applications?
How many types of objects are there in java?