Answer Posted / guest
WHILE DEVELOPING THE PROJECTS ,EXCEPTIONS ARE RAISED.THE
EXCEPTIONS ARE CALLED THE RUN TIME ERRORS.THE EXCEPTIONS ARE
VERY USEFUL WHILE DEVELOPING THE PROJECTS BECAUSE THE
"ROBUST" FEATURE IS COMES FROM THIS EXCEPTION CNCPT.WHILE
DEVELOPING THE PROJECTS, TRY BLOCK IS USEFUL TO THE
EXCEPTION IS LIKELY OCCURED IN THAT BLOCK THT BLOCK IS
PLACED INSIDE THE TRY BLOCK.THAT RAISED EXCEPTIONS ARE CATCH
AT THE CATCH BLOCK.TR7Y BLOCK IS CALLED THE EXCEPTION RAISER
ALSO AND THE CATCH BLOCK IS CALLED THE EXCEPTION HANDL;ER BLOCK
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
Is simpledateformat safe to use in the multithreaded program?
What is java lang object?
Difference between string, stringbuffer and stringbuilder?
What do you mean by thread safe?
Can an unreferenced object be referenced again?
Where are global variables stored?
What are the 6 functions?
Can java program run without jre?
Under what conditions is an object’s finalize() method invoked by the garbage collector?
What is entry set in java?
What are access specifiers in java ?
What do you understand by java?
Is hashset ordered?
What is the purpose of the enableevents() method in java programming?
How would overload a function based on return type?