what is a difference between a print () and println () method?
Answers
Answered by
0
Answer:
Here is ur answer dear....
Explanation:
Difference between print() and println() in Java
Difference between print() and println() in JavaAs we know in Java these both methods are primarily used to display text from code to console. ... The prints method simply print text on the console and does not add any new line. While println adds new line after print text on console.
Similar questions