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

What is the use of parseint in java?

0 Answers  


What are use cases?

0 Answers  


Why declare Main() inside the class in java ?

0 Answers   HCL,


What is difference between filereader and bufferedreader?

0 Answers  


What are advantages of exception handling in java?

0 Answers  






How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size

6 Answers   Accenture,


Does java vector allow null?

0 Answers  


Does isempty check for null?

0 Answers  


What is string in java with example?

0 Answers  


Explain wait() method of object class ?

0 Answers  


Explain the inheritance?

0 Answers  


What is scope of a variable?

0 Answers   TCS,


Categories