Explain a Java exception/error that you argue would be likely to occur in your example application.
Syntax error can occur if the programmer does not adhere to the rules of Java programming language. An example of a syntax error is when the programmer does not terminate a line of code with a semicolon.
Comments
Leave a comment