0
Silly question
can someone tell me (if there is ) the difference between System.out.printIn ("") and System.out.print ("") ?
3 Antworten
0
println stands for print new line. So after your text, the next one is printed in new line.
print just prints your text ^^
+ 2
Not such a silly question imho :)
+ 1
println = print your text goes to new linę
print = print your text, another print/println will be just after