What is general entity?


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

Post New Answer

More J2EE Interview Questions

Why do we use DAO?

3 Answers   Accenture, Tech Mahindra,


What is container-managed sign-on?

0 Answers  


What is a java developer?

0 Answers  


What is business logic?

0 Answers  


What are the different java technologies?

0 Answers  






I Want build and release interview questions

0 Answers  


i want test pattern of zylog company and some examples also

0 Answers  


What will happen when you compile and run the following code?

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 is context attribute?

0 Answers  


servlet has not any main method in it how does it work by JVM?

7 Answers  


What is difference between j2ee and java?

0 Answers  


Categories