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 are the different approaches to implement a function to generate a random number?
0 Answers Axtria, ITC Indian Tobacco Company,
what is the significance of listiterator in java?
Explain Stream Tokenizer?
what is the use of thread?Justify it by project point of view
What is variable argument in java?
what is the Yield() method used in threads?
What do you understand by garbage collection in Java? Can it be forced to run?
In which language JVM (Java Virtual Machine) is implemented
difference between vectorlist and hash
Can list be final in java?
Why is method overloading not possible by changing the return type in java?
What error occurs if a try-catch-finally statement sequence does not have a catch clause?