the errors arriving during the execution of a program when there is a mistake of the programmer in applying the correct mathematical logic
eg: int a= 5;
int b=0;
System.out.print(a/b);
System.out.print("correct answer");
in this eg. a runtime error will be shown and to remove it we can use try catch block
Copyright © 2026 eLLeNow.com All Rights Reserved.