What is j2ee component?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More J2EE Interview Questions

Is java safe to download?

0 Answers  


What do you mean by the component contract?

0 Answers  


What are the most important topics in java?

0 Answers  


Is java is a technology?

0 Answers  


What is difference between java and core?

0 Answers  






What is a thin client?

0 Answers  


what is direct link to download swing ebook,applet,ejb,core java

0 Answers  


What is server in j2ee?

0 Answers  


What is application client module?

0 Answers  


What is container-managed persistence?

0 Answers  


What are the components of j2ee applications?

0 Answers  


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 ?

0 Answers   Sony,


Categories