how to handle exceptions in ejb?



how to handle exceptions in ejb?..

Answer / guest

by using try catch block we can handle the Exception in the
EJB ,checked Exception and Un checked Exception are the both
exception are occurred in the EJB files to control we can
handle the Exception

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Core Java Interview Questions

How to convert string to char and vice versa?

0 Answers  


Why do we use public static with the main function in Java?

13 Answers   College School Exams Tests, Infosys,


Is it necessary for the port addresses to be unique? Explain with reason.

0 Answers   Aricent,


There is a Banking application. It has 2 types of account, Savings and Current. Write a method calculateInterest by passing an ArrayList of these account objects and calculate Interest accordingly. Write code for this situation

1 Answers   ABC, KPIT,


Why java doesn’t support multiple inheritances?

0 Answers  






Why we should declare the variables as static and final in interfaces?

1 Answers  


If a class is declared without any access modifiers, where can the class be accessed?

0 Answers  


what is the final keyword denotes in java?

0 Answers   IBS,


In java how do we copy objects?

0 Answers  


Explain the significance of class loaders in bootstrap?

0 Answers  


What is java developer skills?

0 Answers  


Can we overload the constructors?

0 Answers  


Categories