الرجوع
تسجيل الدخول
try {
    int a = 5 / 0;
} catch (ArithmeticException e) {
    System.out.println("Division by zero.");
}