Which of the following exceptions is thrown by every method of Runtime class?
(a) IOException
(b) SystemException
(c) SecurityException
(d) RuntimeException
I had been asked this question in an interview for job.
My question comes from Java.lang in division Exploring java.lang & java.io of Java