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 void class in java?
What is defined as false sharing in the context of multithreading?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
What is protected access modifier?
Can we create an object of static class in java?
What is a loop java?
What do you understand by classes in java?
What does java edition mean?
What are untrusted applets?
Can a class be protected in java?
What is time complexity java?
What is javac_g?
How do you get length in java?
What is boolean law?
Write a program to print fibonacci series