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 the difference between association, aggregation and inheritance relationships.
How many bytes is a char in java?
Convert Binary tree to linked list.
Explain the protected field modifier?
What are the restrictions imposed on method overriding?
What is the difference between heap and stack memory?
Is string is a data type?
Are floats faster than doubles?
Can private members of a base class are inheritable justify?
what is an objects lock and which objects have locks? : Java thread
How do you control extraneous variables?
Is vector synchronized in java?
What is instanceof keyword?
What is Recursion Function?
What are the high-level thread states in java programming?