+ 1
What is java runtime error?
What is java runtime error?
2 Respostas
+ 2
I got it ,any syntax error will go for compilation error and any logical output mismatch error called as runtime error.
+ 1
Java runtime error is basically an error which occurs during the execution of program. The program gets compiled successfully in this case but does not run.
https://www.google.com/amp/s/www.geeksforgeeks.org/difference-between-compile-time-errors-and-runtime-errors/amp/