Answer Posted / guest
by using try catch block we can handle the Exception in the
EJB ,checked Exception and Un checked Exception are the both
exception are occurred in the EJB files to control we can
handle the Exception
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How can we make a class virtual?
What are strings in physics?
Is array primitive data type in java?
Can an object be null?
Can you give few examples of final classes defined in java api?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
What's the purpose of using break in each case of switch statement?
Is null a string or object in java?
How many types of memory areas are allocated by jvm?
Explain about static imports in java?
What is a module function?
What is the abstraction?
What do you understand by a Static Variable?
Tell me how many ways are there to initialise an integer with a constant.