What are the components of j2ee applications?
No Answer is Posted For this Question
Be the First to Post Answer
can someone tell me how does preparedstatement works? its an interface and where is the implementation?
What do you mean by the component contract?
What are the four components of j2ee application?
Why do we use j2ee?
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 ?
how dopost is secured than doget?
What is a web container in j2ee?
What are struts?
What are the component of java?
Which software is used for java?
What is external entity?
What is a java applet?