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 perform selection sort in java?
Can a string be null?
What is the symbol for average?
What is equals method in java?
What does nullpointerexception mean?
How are variables stored?
What do you understand by java?
Different types of Layouts?
What is implicit object in java?
basic difference b/w ALL types of JDBC driver.
What is the difference between array list and vector in java?
What do you mean by jjs in java8?