how to handle exceptions in ejb?
Answer / guest
by using try catch block we can handle the Exception in the
EJB ,checked Exception and Un checked Exception are the both
exception are occurred in the EJB files to control we can
handle the Exception
| Is This Answer Correct ? | 0 Yes | 3 No |
What is unicode in java?
How is rounding performed under integer division?
What is an immutable object?
what is polymorphism?
What is main in java?
What is a instance variable in java?
what is the difference between yielding and sleeping? : Java thread
What are the differences between graph and tree?
How many types of constructors are used in java?
How can we find size of the object ?
what is the main difference between string and stringbuffer? can you explain it with program?
How to create a base64 decoder in java8?