Java - Exception Handling
Which statement best describes the behavior of checked exceptions in Java?
RuntimeException. is false because checked exceptions are not subclasses of RuntimeException. They are ignored by the compiler during compilation. is false because the compiler enforces handling. They can only be thrown by the Java Virtual Machine. is false because checked exceptions can be thrown by user code.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions