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 |
How can we run a java program without making any object?
What are the features of java?
why use interface? if interface declear a method implement in class. why direct implement method in class
What is the Set interface?
What is a pattern what is an anti pattern?
What is parsing and its types?
how to print a numbers from 1 to 100 with out using control structures?
Write an algorithm for quick sort?
Give an example of use of pointers in java class.
Explain java coding standards for methods?
How can we create a object of a class without using new operator.
What is matcher in java?