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 static variable and static method?
32 Answers Accenture, Prolific, Prolifics, TCS, TNH,
Where is const variable stored?
Can a constructor call the constructor of parent class?
What is compareto () in java?
What modifiers may be used with a top-level class?
What is complexity and its types?
What is difference between throw and throws ?
What are heterogeneous objects?
What is the method to declare member of a class static?
Why string is not thread safe?
What is design pattern and there types?
Can an object be null?