Types of Common Errors in Java programming Eclipse

Описание к видео Types of Common Errors in Java programming Eclipse

Three types of errors common in Java Programming.
They are:
Syntax Errors: For example when you forget a ; after a statement or a " in a String.
Runtime Errors: For example when you divide by 0 zero.
Logic Errors: For example when you don't use parenthesis in mathematical calculations and it multiplies first instead of adding.

Eclipse can help detecting Syntax Errors before compiling. After you run your program, if there is a Runtime error, Eclipse will let your know in the console. Logical errors must be detected by the user/developer.

Комментарии

Информация по комментариям в разработке