What are the component of java?


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

Post New Answer

More J2EE Interview Questions

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,


Is advanced java and j2ee same?

0 Answers  


Which is latest technology in java?

0 Answers  


How many types of constructors are there in java?

0 Answers  


What is containers in java?

0 Answers  






What are the four types of J2EE modules?

0 Answers  


Why java is called portable language?

0 Answers  


What is considered as a web component?

0 Answers  


Is python more secure than java?

0 Answers  


What are the components of awt in java?

0 Answers  


What is the use of RequestProcessor, if we are having ActionServlet in struts

4 Answers   Oracle,


What is java developer job description?

0 Answers  


Categories