I’m new to WebLogic Does anyone knows how to Deploy
Application using
No Answer is Posted For this Question
Be the First to Post Answer
What is the container?
Why java is oop language?
Explain the four types of container that the j2ee specification defines
What is external entity?
Why tomcat is used in java?
What is the concept of connection pooling?
What is setfocusable in java?
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 ?
Why is java more secure?
Is java more difficult than c++?
Which framework is best for java?
What is application client?