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
Which of the following is not an isolation level in the JDBC
Explain about wait() method?
How many types of design patterns are there?
What are the types of inner classes (non-static nested class) used in java?
Difference between throw and throws?
Can we create a constructor in abstract class?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
What is the use of arrays tostring () in java?
What is singleton class in java and how can we make a class singleton?
Can we write a class without main method in java?
What is identifier in java?
What is serialization in java?
What is the difference between multitasking and multithreading in Java
What is thread life cycle?
What is close method? How it's different from Finalize & Dispose?