Computer Science, asked by amishanayangopal, 6 months ago

Differentiate between :
a. System.out.print() and System.out.println()

Answers

Answered by devanshmishra07
2

Answer:

sop prints in the same line,sopln prints in next line

Answered by sinhaamit95
2

Answer:

system.out.print() display output in same line while other display output in multiple lines.

Explanation:

system.out.print() display output in same line while other display output in multiple lines, means cursor comes to second line.

Similar questions