Name types of errors in java???
Answers
Answered by
3
Answer:
There are three kinds of errors: syntax errors, runtime errors, and logic errors. These are errors where the compiler finds something wrong with your program, and you can't even try to execute it.
Answered by
4
Explanation:
Syntax error , Runtime Error, and logic error are the 3 types of error in java......
Similar questions