throw (External exception)

PHOTO EMBED

Wed Jan 17 2024 06:45:00 GMT+0000 (Coordinated Universal Time)

Saved by @E23CSEU1151 #java

class D
{
    public static void main(String[] args){
        //System.out.println(10/0);
        throw new ArithmeticException("not divide it by 0");
    }
}
content_copyCOPY