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

Is singleton class thread safe?

0 Answers  


What is java util?

0 Answers  


What are different types of states exist for a thread?

0 Answers  


Can you start a thread twice in Java?

0 Answers  


Can we have multiple public classes in a java source file?

0 Answers  






Can we access a database using applets?

2 Answers   Hewitt,


strings in java are objects.why?

2 Answers  


Java is Pass by Value or Pass by Reference?

0 Answers   BirlaSoft,


I have 2 objects inside one object(vector). how can i serialize one of them. I dont want to serialize the second one

3 Answers   ABC, L&T,


Program to find greatest prime number in n numbers?

3 Answers   Huawei,


What do you understand by the bean persistent property?

0 Answers  


What are design patterns and please explain?

0 Answers  


Categories