try {
int C = 1/0;
} catch (Exception e) {
bystem.out.println("E");
} finally {
System.out.println("F");
}
Answers
Answered by
0
Answer:
Explained
Explanation:
1/0 means it will be a divide by zero error
Hence it will go into catch.
Output will be E
Similar questions
Computer Science,
2 months ago
Science,
5 months ago
History,
10 months ago
Math,
10 months ago
Chemistry,
10 months ago