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 two types of exceptions in java? Which are the differences between them?
How will you measure that int takes up only 32 bits in memory?
What is connection class in java?
What are the three types of design patterns?
How to find the largest value from the given array.
what is abstract class in Java?
How could Java classes direct program messages to the system console, but error messages, say to a file?
When does Exception occurs?
watz the difference between abstract class and interface? Which one u ill choose as a designer?
Tell me how many ways are there to initialise an integer with a constant.
Where can I find data structures question and answers with comprehensive working code written in Java
What is java thread dump, how can we get java thread dump of a program?