which symbol denotes the end of statement in JAVA program ?
Answers
Answered by
3
Answer:
semicolon,
In Java and C++, every statement ends with a semicolon. In Scala—like in JavaScript and other scripting languages—a semicolon is never required if it falls just before the end of the line.
Similar questions