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 requirement of thread in java?
Can a constructor be made final?
Why unicode is important?
Which is the best way of exception handling?
Is java hashset ordered?
What is the difference between declaration and definition in java?
Why constructor has no return type?
What is escape analysis algorithm in JVM and how garbage collection actually worked n how it transfer the objects from one kind of space to other?
what is nested class in java?
What are parsers? Dom vs sax parser.
What are class types in java?
Why is java architectural neutral?