✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
De câte ori se afișează mesajul „FINAL”?
public class Test { public static void main(String[] args) { try { int x = 5 / 0; } catch (Exception e) { System.out.print("ERROR "); } finally { System.out.print("FINAL "); } }}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!