What is java runtime error? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is java runtime error?

What is java runtime error?

22nd Jul 2019, 11:44 AM
Dexter
Dexter - avatar
2 Answers
+ 2
I got it ,any syntax error will go for compilation error and any logical output mismatch error called as runtime error.
2nd Aug 2019, 9:54 AM
Dexter
Dexter - avatar
+ 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/
22nd Jul 2019, 11:54 AM
Chetali Shah
Chetali Shah - avatar