InterviewSolution
Saved Bookmarks
| 1. |
What are syntax error of java....? perfect answer.... |
|
Answer» ☺Syntax errors are a TYPE of COMPILER error. This means they will be detected immediately when the programmer tries to convert his source CODE into a program. ☺Java, like all other programming LANGUAGES, has its own syntax. ☺A Syntax Error can be caused by a VARIETY of factors. Most commonly, Syntax Errors are caused by misspellings or bad punctuation. thanks ✌✌✌ |
|