Problem based on runtime exception


Q1. What RuntimeException, if any, will the following program throw?

class Exception1
{
    public static void main(String[] args)
    {
        int x = 1/0;
    }
}

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Problem based on runtime exception
Reference No:- TGS0535254

Expected delivery within 24 Hours