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 |
What are integer overflows and underflows and how to handle them?
What are the two major components of JDBC?
Can we have static methods in an interface?
What is thread synchronization in java?
What is meant by packages?
What do you know about java?
what is platform native code
1.) if we use "private" in place of "public" in public static void main()... 2.) if we use "int" in place of "void".... 3.) can we ommit "static" keyword from that statement.... 4.) also can we give the command line arguments type as int type or float,etc.(.i.e (string args[]))
What is the difference between an object-oriented programming language and object-based programming language?
What are the 4 versions of java?
Is string is a data type?
explain the concept of inheritance with an example?