Answer Posted / 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 |
Post New Answer View All Answers
Give example to differentiate between call by value and call by reference.
What is a linkedhashmap java?
how to one war file class to another war file class?
Can we overload the methods by making them static?
Can a constructor be made final?
what is the purpose of using rmisecuritymanager in rmi?
Explain inheritance in java?
What is data movement?
What are static initalizers in java ?
What is a nested class?
Write a program in java to establish a connection between client and server?
What 5 doubled?
Can java list contain duplicates?
What is integers and example?
What is finalize()? Is finalize() similar to a destructor?