Computer Science, asked by nandkumargoala, 1 month ago

"Diagnostical message detect only syntax error". give comment.​

Answers

Answered by aniketkatiyar1pdgi1k
4

Explanation:

There are many different kinds of bugs that programmers can put into a program, like,

Syntax

Link

Logical

Runtime

Syntax and link errors are detected at compile time by one part of the compiler system. Specifically, the compiler component provides diagnostic messages that help programmers locate and identify syntax errors.

Answered by santanudinda2007
1

Answer:

Diagnostical messages detect only syntax error only because a java has an in built keywords and delimeters. If we go against it then only the computer can detect otherwise not.

Similar questions