logo

Crowdly

De câte ori se afișează mesajul „FINAL” ? public class Test {     public st...

✅ 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 ");

        }

    }

}

More questions like this

Want instant access to all verified answers on moodle1.ceiti.md?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!