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
Is java free for businesses?
What are the ways in which a thread can enter the waiting state?
What is continuity of a function?
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
What should I import for arraylist in java?
Why does java have two ways to create child threads? Which way is better?
Does substring start with 0?
extending thread class or implementing runnable interface. Which is better? : Java thread
What are the types of sockets in java?
What are the states of thread in java?
Can list be final in java?
Explain the Propertie sof class?
What is parsing in java?
What do you mean by aggregation?
What is the size of a string in java?