how to handled exceptions & erros in ejb?



how to handled exceptions & erros in ejb?..

Answer / ss

The primary exceptions of ejb is EJBException and
RemoteException. Generaly those exceptions are handeled by
throws list. Other type of exceptions are handled by
try..catch block as like other java programs

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Core Java Interview Questions

Which class contains a method: cloneable or object?

0 Answers  


long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?

3 Answers  


Difference between default and protected access specifiers?

0 Answers  


Program to Find the second largest element in an array.

0 Answers   Amazon,


When can we say that threads are not lightweight process in java?

0 Answers  






What is a static method in java?

0 Answers  


What is the life cycle of Servlet?

3 Answers  


Are there structures in java?

0 Answers  


what is the purpose of class "Object" which is base class for all classes?

3 Answers  


What must a class do to implement an interface in java programming?

0 Answers  


why abstract class does not have object creation

6 Answers   Value Labs,


Explain numeric promotion?

0 Answers  


Categories