Answer Posted / 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 |
Post New Answer View All Answers
What is nested top-level class?
Are strings immutable in java?
Do we need to manually write Copy Constructor?
Explain the features of java?
How to compare strings in java?
Which variables are stored in heap?
Can I overload to string method
Explain how to force the garbage collection in java.
What is busy spin, and why should you use it?
Can we override the private methods?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
What is double data type?
What is a constructor overloading in java?
What are the main concepts of oops in java?
What is the use of a conditional inclusion statement in Java ?