how to handled exceptions & erros in ejb?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Can one thread block the other thread?

599


Is linked list a linear or non-linear data structure?

537


Describe 2 different ways to concatenate two strings.

672


Are generics important java?

518


Can you declare the main method as final?

519






Can you make a constructor final?

573


Explain 5 io best practices?

588


When do you get classcastexception?

544


What is use of inner class in java?

511


A person says that he compiled a java class successfully without even having a main method in it? Is it possible?

577


Is list ordered in java?

534


What are the two parts of a conditional statement?

508


What if static is removed from main method?

564


Is null or empty java?

526


What is Session reduplication and how its done?

1560