What is Run Time Error ?
Answers
Answered by
6
About Run Time Error :
❋ The error seen oftenly while a program is executed.
❋ A pop - up menu will come that will show that the program has run time error
❋ This error will be resolved after 10 - 15 seconds.
Answered by
2
⇒ Runtime errors are those which are resulted during program execution when the normal user enters invalid input at runtime.
⇒ Languages like Java is able to address the run time errors effectively by using a concept of exception handling.
⇒ Runtime errors of java program is known as Exception.
Similar questions