What are the two unchecked exceptions that are used when there is a possibility of running out of resources on a local machine?
a) OutOfMemoryError and StackOverflowError
b) IOException and FileNotFoundException
c) NullPointerException and ArrayIndexOutOfBoundsException
d) SQLException and InterruptedException