Answer Posted / ramanareddy333
An Exception is logical error.An exception is an event,
which occurs during the execution of a program, that
disrupts the normal flow of the program's instructions.
when an exception is occur the program is teriminated
suddenly. using Try , Catch,finally block to avoid the
exception
| Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
What are alternatives to java serialization?
What is the difference between an argument and a parameter?
You're given a Boolean 2D matrix, can you find the number of islands?
What is the replace tool?
Can set contain duplicates?
Which oo concept is achieved by using overloading and overriding?
What are default methods ?
When throws keyword is used?
What is object data type?
Can sleep() method causes another thread to sleep?
How is abstraction implemented in java ?
What is a priority queue java?
What is the difference between a constructor and a method?
Explain the importance of finally over return statement?
What do you know about the garbage collector?