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
Explain about arraylist?
v-model life cycle
If two threads have same priority which thread will be executed first ?
What are the advantages of arraylist over arrays?
Explain the access modifiers for a class, method and variables?
What does this () mean in constructor chaining concept?
Can there be an abstract method without an abstract class?
Explain different forms of polymorphism?
If a variable is declared as private, where may the variable be accessed?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
what is the difference between thread and runnable types? : Java thread
What is floor math?
What does string intern() method do?
How many types of array are there?
When do we use synchronized blocks and advantages of using synchronized blocks?