Java - Exception Handling
Identify the problem in this code:
try {
System.out.println("Start");
} catch (Exception e) {
System.out.println("Catch");
}Identify the problem in this code:
try {
System.out.println("Start");
} catch (Exception e) {
System.out.println("Catch");
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions