Question 1
An instance of ________ describes the errors caused by your program and external circumstances. These errors can be caught and handled by your program.
◦ RuntimeException
◦ Exception
◦ Error
◦ Throwable
◦ NumberFormatException
Question 2
An instance of ________ describes programming errors, such as bad casting, accessing an out-of-bounds array, and numeric errors.
◦ RuntimeException
◦ Exception
◦ Error
◦ Throwable
◦ NumberFormatException