Catch handler can have multiple parameters - Exception Handling

Q.  Catch handler can have multiple parameters.
- Published on 17 Jul 15

a. True
b. False

ANSWER: False
 

    Discussion

  • Digvijay   -Posted on 23 Oct 15
    Catch handler does not have multiple parameters. You can create generic handler that can handle all type of exception. In catch handler you can pass only one parameter.

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.)