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 the need of transient variables in Java ?
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
How do you clear a list in java?
What is the use of :: in java?
What is the difference between inner class and nested class?
What is type safety in java?
What is temp in java?
How use .contains in java?
Does constructor be static?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
What is the meaning of flag day?
What do you understand by weak reference?
Can a class have multiple subclasses?
What is the java project architecture?
What are checked exceptions?