Respuesta :
In Computer programming, some examples of runtime exceptions are:
A. NullPointerException
B. IllegalArgumentException
What are runtime exceptions?
Runtime exceptions can be defined as the parent class (superclass) in all exceptions of the Java programming language that has the ability to crash a software program when they occur.
In Java programming language, some examples of runtime exceptions include the following:
- IllegalArgumentException
- DateTimeParseException
- MissingResourceException
- NullPointerException
Read more on runtime exceptions here: https://brainly.com/question/3620278
#SPJ9