Home » JAVA Programming » Object & Classes » Question
  1. Which of the following exceptions is thrown by every method of Runtime class?
    1. SystemException
    2. RuntimeException
    3. IOException
    4. SecurityException
    5. None of these
Correct Option: D

Every method of Runtime class throws SecurityException.



Your comments will be displayed only after manual approval.