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 is gui programming?
Write a program to search a number in the given list of numbers.
What is a classloader in java?
What does java ide mean?
What are the two ways of implementing multi-threading in java?
What are autoboxing and unboxing? When does it occur?
What is nested loop? What is dangling else condition in it?
Does java arraylist maintain insertion order?
What is null object in java?
What is the difference between final, finally and finalize() in java?
Difference between predicate, supplier and consumer ?
Which class should you use to obtain design information about an object in java programming?
Is string an object?
Can we declare main () method as non static?
What is the super void?