Which two statements are true?
A.
Error class is unextendable.
B.
Error class is extendable.
C.
Error is a RuntimeException.
D.
Error is an Exception.
E.
Error is a Throwable.
Which two statements are true?
Which two statements are true?
A.
Error class is unextendable.
B.
Error class is extendable.
C.
Error is a RuntimeException.
D.
Error is an Exception.
E.
Error is a Throwable.
B, E
B, E. ’cause Error is a extendable class and extends from Throwable, so is a same level that Exception.
Throwable –> Exception –> RuntimeException
Throwable –> Error
LA A Y LA E: POR LLEVAR LA CONTRARIA LA VERDAD NI IDEA
B,E