what is defect. Is it runtime exception or comiletime
exception

Answers were Sorted based on User's Feedback



what is defect. Is it runtime exception or comiletime exception..

Answer / srikanth jakka

Defect is a flaw in any aspect of software or requirements
that may contribute to the occurrence of one or more
failures and it is a runtime exception in java.

Is This Answer Correct ?    14 Yes 0 No

what is defect. Is it runtime exception or comiletime exception..

Answer / biswajit singh

Defect is a general term for error occurred during execution
of the application/software at runtime.

Is This Answer Correct ?    1 Yes 0 No

what is defect. Is it runtime exception or comiletime exception..

Answer / sk.bilal ahmed

Defect is a flaw in any aspect of software or requirements
that may contribute to the occurrence of one or more
failures and it is a runtime exception in java.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More J2EE Interview Questions

Is j2ee and jee same?

0 Answers  


What is a java developer?

0 Answers  


What is java secure socket extension (jsse)?

0 Answers  


What is java 2 platform, micro edition (j2me)?

0 Answers  


What does j2ee stand for?

0 Answers  






I’m new to WebLogic Does anyone knows how to Deploy Application using

0 Answers  


What is setfocusable in java?

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,


Hi friends, can u explain Transparent Persistence in hibernate with sample code.

2 Answers  


Which one should we prefer while using bean ? managed bean annotation or faces-config

1 Answers  


Explain about J2EE Application Architecture

1 Answers  


what is meant by proxy server

1 Answers  


Categories