Exception Handling handles runtime errors so normal flow of application is maintained - Core Java

Q.  Which mechanism is provided to handle the runtime errors so that normal flow of the application can be maintained?
- Published on 10 Jul 15

a. Exception Handling
b. String Handling
c. Event Handling
d. None of the above

ANSWER: Exception Handling
 

    Discussion

  • Rupesh Bharuka   -Posted on 29 Sep 16
    Exception Handling is a powerful mechanism of handling runtime errors. There are 2 types in which we can handle the exceptions that are,
    1)Checked Exception
    2)Unchecked Exception

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)