Computer Applications
What are errors in a program?
Input in Java
30 Likes
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.
Answered By
18 Likes
Related Questions
What are delimiters? Which is the default delimiter used in the Scanner class?
Explain the following terms, giving an example of each.
i. Syntax error
ii. Runtime error
iii. Logical error
Explain data input technique in a program using the Scanner class.
If a student forgot to put a closing quotation mark on a string, what kind error would occur?