Which of the following are runtime exceptions? Select all that apply.

Select one or more:
a. NullPointerException
b. IllegalArgumentException
c. ArithmeticException
d. IndexOutOfBoundsException

Respuesta :

Answer:

a. NullPointerException

Explanation:

Lanuel

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