Computer Science, asked by debjitk87, 11 months ago

the two difference between logical errors and system error in java​

Answers

Answered by rishabh7070
0

Logical error -- In computer programming, a logic error is a bug in a program that causes it to operate incorrectly, but not to terminate abnormally (or crash). A logic error produces unintended or undesired output or other behaviour, although it may not immediately be recognized as such

System error -- Using System.err.println() for debugging in Java. The "standard" error output stream. This stream is already open and ready to accept output data. Typically this stream corresponds to display output or another output destination specified by the host environment or user.

hope this answer help you

please mark as brainliest.

Similar questions