Differentiate between :
a. System.out.print() and System.out.println()
Answers
Answered by
2
Answer:
sop prints in the same line,sopln prints in next line
Answered by
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