Why is java called technology?


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

Post New Answer

More J2EE Interview Questions

What is webservices in java?

0 Answers  


What is client-certificate authentication?

0 Answers  


What is application assembler?

0 Answers  


Why primitive data types in java are not objects?

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 a java application client?

0 Answers  


What is java ee technologies?

0 Answers  


Where is java used?

0 Answers  


What does the application client module contain?

0 Answers  


Can I run seam in a j2ee environment?

0 Answers  


What is web container in j2ee?

0 Answers  


what is data modeling?what is final method

1 Answers   Oracle,


Categories