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

What is a map in java?

0 Answers  


How is garbage collection controlled?

0 Answers  


How a variable is stored in memory?

0 Answers  


What does indexof return in java?

0 Answers  


Can we have 2 main methods in java class?

0 Answers  






Define interface?

3 Answers   MindCracker,


Why pass by reference is not possible in java?

0 Answers  


What is the nested interface?

0 Answers  


Explain the scope of a variable.

0 Answers   TCS,


What is difference between fileinputstream and filereader in java?

0 Answers  


Describe the Big-O Notation.

0 Answers   Global Logic,


suppose string s1="rajnish"; string s2="bhaskar"; then what will be happend ?

9 Answers   Fidelity,


Categories