What is meant by j2ee?
No Answer is Posted For this Question
Be the First to Post Answer
What is java api for xml registries (jaxr)?
you are to choose between two procedures,both of which copute the minimum value in an array of integers.one procedure returns the smallest integer if its array argument is empty. the other requires a nonempty array.which procedure should you choose and why?
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 ?
What is front end technology in java?
What is a jpanel in java?
What is full form of j2ee?
What is the use of jit compiler in java?
Use of private variable while creating properties ???
I Want build and release interview questions
what is a servlet? and explain its lifecycle methods?
Is string an object in java?
What is component contract?