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 a map in java?
How is garbage collection controlled?
How a variable is stored in memory?
What does indexof return in java?
Can we have 2 main methods in java class?
Define interface?
Why pass by reference is not possible in java?
What is the nested interface?
Explain the scope of a variable.
What is difference between fileinputstream and filereader in java?
Describe the Big-O Notation.
suppose string s1="rajnish"; string s2="bhaskar"; then what will be happend ?