What is the difference between print and println in Java?
print does not exist
print adds a newline, println does not
println does not exist
print does not add a newline, println does