Difference between Print() and Println() Methods in Java
By Ramakrishna on Sep 22, 2008 in Java print() and println()
print() : Print Method displays the result and then keeps the cursor in the same line
println() : Println Method also displays the result and then throws the cursor to the next line.
print() and println() are belongs to the PRINTSTREAM class in Java
