What is application assembler?


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

Post New Answer

More J2EE Interview Questions

Explain the following statement: Java is always pass-by-value.

4 Answers   Wipro,


What is certificate authority?

0 Answers  


What is java awt event?

0 Answers  


Why tomcat is used in java?

0 Answers  


What is business logic?

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 application component provider?

0 Answers  


What is java servlet container?

0 Answers  


How does javac compiler work?

0 Answers  


Hi Friends. I want complete technical flow of j2ee project with following technologies. jsp , servlet , Struts , Hibernate , (should follow mvc-2 design pattern) . with DAO ,DTO SERVICE layers .

0 Answers   Infosys,


How to invoke stored procedure in hibernate?

0 Answers  


to update a batch in a table in jdbc which method of statement object is used

0 Answers  


Categories