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 object of class in java?

0 Answers  


What is exception in java?

0 Answers   Cyient,


What are some examples of variable costs?

0 Answers  


Is passing by reference faster?

0 Answers  


Can we serialize singleton class?

0 Answers  






Explain about automatic type conversion in java?

0 Answers  


Can we add two byte variables and assign the result to a byte variable ? b=b1+b2 where b,b1,b2 are byte types

4 Answers   TCS,


strings in java are objects.why?

2 Answers  


what is mutual exclusion? : Java thread

0 Answers  


Write a program to create a binary Tree ?

2 Answers  


What is empty list in java?

0 Answers  


Why synchronization is important?

0 Answers  


Categories