+ 2
What are the endlines in java or there is none
4 Réponses
+ 1
George Okoth
Use Semicolon (;) after every statement.
+ 1
line breaks are not unique to Java. They're special characters that mark the end of a line.
In Java, the best general way to break a line is to use methods like System.out.println instead of System.out.print.
You can learn more about new-line or line breaks at:
https://en.wikipedia.org/wiki/Newline
0
George Okoth
What do you mean by endlines?
0
The statement has ended