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
What is the importance of finally block in exception handling?
What is the use of jtable?
Difference between final and effectively final ?
Is a copy constructor?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
Difference between concurrent hashmap and hashtable and collections
What is empty string literal in java?
Can we change the scope of the overridden method in the subclass?
Why java is considered dynamic?
Is void a data type in java?
Can you explain the meaning of aggregation and composition
Is an integer an object?
What is java basic concept?
What data structures are used to perform recursion?
Can we nested try statements in java?