What is jlayeredpane java?


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

Post New Answer

More J2EE Interview Questions

What is j2ee technology?

0 Answers  


is it possible to create single instance of java class per session in web application

4 Answers  


Why do we use DAO?

3 Answers   Accenture, Tech Mahindra,


where exactly the servlets and jsp's are stored?

6 Answers   CG-VAK, JHJ, TCS,


What is application configuration resource file?

0 Answers  


I’m new to WebLogic Does anyone knows how to Deploy Application using

0 Answers  


what is the difference between application server and web server?

5 Answers   Cegonsoft, IBM,


What is the best java course?

0 Answers  


Hi friends can you give me sample code for Entire j2ee web application with struts and hibernate.I mean code for Dao, DaoImpl, HibernateDao ,HibernateDaoImpl, Dto , service , ServiceImpl , i.e.

1 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,


Why is java called object oriented?

0 Answers  


Define orm and its working in j2ee?

0 Answers  


Categories