logo

Crowdly

Antud programm kompileerub. import java.io.FileNotFoundException; public cl...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Antud programm kompileerub.

import java.io.FileNotFoundException;

public class ErindiTest {

   public static void main(String[] args) {

       try {

           System.out.println(1 / 0);

       } catch (FileNotFoundException e){

           System.out.println(e);

       }

   }

}

More questions like this

Want instant access to all verified answers on moodle.ut.ee?

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