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 pojo (plain old java objects)? how it is interact with crystal reports? pls urgent
How do you override a private method in java?
what is the significance of listiterator in java?
Explain the difference between map and flatmap stream operation?
What is access modifiers?
What is the difference between static and non-static variables in java programming?
How hashset works internally in java?
Explain JPA in Java.
What is difference between path and classpath variables?
What is difference overloading and overriding?
Why method overriding is used?
What is double parsedouble in java?