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 meant by bytecode?
What is ternary operator?
How to make a read-only class in java?
Difference between method overloading and method overriding in java ?
Which container method is used to cause a container to be laid out and redisplayed in java programming?
describe method overloading
What are the advantages of encapsulation in java?
1) Find the Merge point of two linked lists. 2) Swap two bits of integer. 3) Reverse individual words of the sentence. 4) Reverse string without using temp string.
Which collections are thread safe in java?
How will you override default serialization mechanism in java
What is the purpose of garbage collection in java, and when is it used?
What is the output of the below java program?