ICSE Class 9 Computer Applications Question 8 of 13

Input in Java — Question 8

Back to all questions
8
Question

Question 8

What are errors in a program?

Answer

Errors are mistakes in a program that prevents it from its normal working. They are often referred to as bugs. Errors are classified into three categories — Syntax Errors, Runtime Errors and Logical Errors.