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 parsers? Dom vs sax parser.
What is the basic concept of java?
Define how does a try statement determine which catch clause should be used to handle an exception?
What are the differences between heap and stack memory in java?
Explain the difference between abstract class and interface in java?
You're given a Boolean 2D matrix, can you find the number of islands?
how many design pattern r there? and wht design pattern u use and why ?
Can we use both this () and super () in a constructor?
What is void in java?
What are methods of a class?
How many inner classes can a class have?
what is the diffrence between class and object?