aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Exception Handling
  • The exception that is uncaught invokes the function _______.
Multiple choice

The exception that is uncaught invokes the function _______.

  1. end()

  2. exit()

  3. terminate()

  4. block()

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The uncaught exception calls the function terminate().

Keep practicing — related questions

  • The library function exit ( ) causes an exit from _____.
  • An unchecked exception must be dealt with in a try/catch block.
  • Handling an exception allows a program to terminate execution
  • A____block enclose the code that could throw an exception.
  • The _______ exception is thrown when a method is called with illegal arguments.
  • Which of the following library function below by default aborts the program?
  • Which function terminates the execution of the program?
  • The code which is likely to produce exception is kept within the ___________ block.
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Java Core Classes and Threads (1473 questions)

More quizzes with this question

  • Exception Handling
  • Exception Handling, Miscellaneous
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy