Which of the following statements are true? (Choose all that apply)
B.
Runtime exceptions are also called unchecked exceptions.
We can declare them but we are not required to check them.
Checked exceptions must be handled or declared.
Legally, you can handle java.lang.Error subclasses.