Answer: c) Run-time Exception
Step-by-step explanation: Runtime Exception is the exception that works in the JVM(Java Virtual Machine) as a super-class. It can also act during the general working of the JVM and are not checked by any resources. The exception that are followed from the Runtime exception is Arithmetic exception and Null pointer exception as the subclass. Therefore ,the correct option is option(c).