How will you explain cdata?


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

Post New Answer

More J2EE Interview Questions

Is java an assembly language?

0 Answers  


What do you mean by j2ee module?

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,


What does java awt stand for?

0 Answers  


Is java good for web development?

1 Answers  






What are the main components of multi-tier architecture?

0 Answers  


What is application client module?

0 Answers  


What is form-based authentication?

0 Answers  


What is a component in java?

0 Answers  


Why java is interpreted language?

0 Answers  


How to create object without using the keyword “new” in java?

0 Answers  


What is wildfly java?

0 Answers  


Categories