Computer Science, asked by dashu5789, 10 months ago

Name two exception handling blocks

Answers

Answered by pathakmahek67
3

Answer:

1] try catch

2] throw keyword

Answered by aditi346454
5

Answer:

Exception Handling

  1. try-catch block.
  2. Multiple catch blocks.
  3. nested try-catch.
  4. finally block.
  5. Flow Control in try-catch-finally.
  6. throw keyword.
  7. throws clause.
Similar questions