how to handled exceptions & erros in ejb?
Answer / ss
The primary exceptions of ejb is EJBException and
RemoteException. Generaly those exceptions are handeled by
throws list. Other type of exceptions are handled by
try..catch block as like other java programs
| Is This Answer Correct ? | 4 Yes | 0 No |
whats the difference between == and .equal ?
Where is singleton pattern used?
What are inbuilt functions?
What is the parse method in java?
Can we synchronize static methods in java?
What do you understand by garbage collection in Java? Can it be forced to run?
Is it possible to write a regular expression to check if string is a number?
What is contractor means and methods?
What is the different types of functions?
What is variable length arguments in java?
What is JVM and is it platform independent?
what is the replacement for GOTO in java?