+ 3
What is the difference between runtime and compile time exceptions ?
Need explanations about runtime and compile time exceptions
4 Respuestas
+ 2
yes , runtime errors occurs whwn the code execute and there is some problems like infinite loop or divisble by zero may be arithmetic exceptions...
0
so runtime errors occur while the code excecute ?
0
thank you for the answers
0
compile time error are syntactical errors in coding. For example we missing the semicolons and tab spaces in python. And run time errors are infinite execution of loops. For example we cannot written a test condition in a loop.