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 |
What is overriding in java?
Explain about fail safe iterators in java?
Why do we override tostring method in java?
How many decimal places is a double?
What is data movement?
Is boolean a data type in java?
What is the size of int?
When we r go to abstract class and when we go to Interface? i have confusion this question while in interview plz clarify
how can u create the object with out new operator
Why does java not allow multiple public classes in a java file ?
what do you meant by Platform-Independent?
If you are given the name of the function at run time how will you invoke the function?