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

What is a protected method?

598


What is the purpose of void?

540


Differentiate jar and war files?

596


List the three steps for creating an object for a class?

517


Why char array is preferred over string for storing password?

592






What is contractor means and methods?

562


What's the difference between an abstract class and interface in java?

565


Can you access non static variable in static context?

561


What is the string function?

561


What is meant by data hiding/encapsulation?

577


Does string isempty check for null?

569


What are void methods?

576


can java object be locked down for exclusive use by a given thread? : Java thread

537


How many types of methods are there?

552


What is the use of a conditional inclusion statement in Java ?

594