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 |
What is the use of parseint in java?
What are use cases?
Why declare Main() inside the class in java ?
What is difference between filereader and bufferedreader?
What are advantages of exception handling in java?
How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size
Does java vector allow null?
Does isempty check for null?
What is string in java with example?
Explain wait() method of object class ?
Explain the inheritance?
What is scope of a variable?