What is a java applet?


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

Post New Answer

More J2EE Interview Questions

What is j2ee architecture?

0 Answers  


What is jbutton in java?

0 Answers  


Is j2ee and jee same?

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 java netbeans?

0 Answers  






What is data?

0 Answers  


What is instance in java?

0 Answers  


What are the components of J2EE application?

0 Answers  


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

1 Answers  


What is interpreter in java?

0 Answers  


What is application component provider?

0 Answers  


What do you understand by a thin client?

0 Answers  


Categories