how to handled exceptions & erros in ejb?
Answer / ss
The primary exceptions of ejb is EJBException and
RemoteException. Generaly those exceptions are handeled by
throws list. Other type of exceptions are handled by
try..catch block as like other java programs
| Is This Answer Correct ? | 4 Yes | 0 No |
How to check if a list is sorted in java?
What is the meaning of I ++ in java?
What is the differnence between String Buffer and String builder despite having knowledge that String builder is faster than String Buffer and last one is threadsafe.please tell another important difference.
Explain JPA in Java.
How finally used under exception handling?
What is var keyword ?
What is string immutability?
What is a null check?
explain local datetime api in java8?
What do you understand by Header linked List?
What are advantages of exception handling in java?
How do you sort words in java?