What is wildfly java?


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

Post New Answer

More J2EE Interview Questions

when i m calling java for web browser . so browser it's not support. show error in browser: internal error occur. java.lang.NoClassDefFoundError. will you give me solution why it's not starting browser.? is there any consult with .net framework2.0?

0 Answers  


Why is java used?

0 Answers  


What is application configuration resource file?

0 Answers  


What is a java application server?

0 Answers  


What is comment?

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,


Is java ee and j2ee same?

0 Answers  


What are the advantages of object-relational mapping (orm)?

0 Answers  


What is caller principal?

0 Answers  


What are the advantages in the use of spring for application development?

0 Answers  


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

0 Answers  


Which is best eclipse for java?

0 Answers  


Categories