What spring is in related to j2ee?
No Answer is Posted For this Question
Be the First to Post Answer
What is application client?
How to call main class with in main class?
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 ?
which method does it invokes automatically when we click link in the webpage a)put b)get c)head d)post
Is j2ee a programming language?
What is frame in java?
what is external varibles in jsp?
What is the preferred size of a component in java?
What is DDP?
Is tomcat a java ee?
Every field has setter and getter methods.what is happening in this methods.
What is enterprise information system resource?