Which is best eclipse for java?
No Answer is Posted For this Question
Be the First to Post Answer
Which edition of java is used for developing web application?
Which software is used for java?
What is urn?
what is the main use of the RequestDispatch object, how we this in realtime project
What is java j2ee developer?
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 ?
Why is java called object oriented?
Name the Implicit variable which is used to access other implicit objectes present in JSP.
Which one should we prefer while using bean ? managed bean annotation or faces-config
Why tomcat is used in java?
How do I become a java developer?
What are the j2ee technologies?