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

Can we override private constructor in java?

0 Answers  


explain what is transient variable in java?

0 Answers  


Explain runtime exceptions?

0 Answers  


Can we define package statement after import statement in java?

0 Answers  


What is Java Package and which package is imported by default?

0 Answers  






How to make a class or a bean serializable?

0 Answers  


Can you declare a static variable in a method?

7 Answers  


Can you override static method in java?

1 Answers  


Why does java have different data types for integers and floating-point values?

0 Answers  


Why is whitespace important?

0 Answers  


what is inner class?

6 Answers   HCL,


What is a layout manager?

1 Answers  


Categories