Difference between println() and print() in Java #javaclass #java #coding
• print() - It prints string inside the quotes. • println() - It prints string inside the quotes similar like print() method. Then the cursor moves to the beginning of the next line.
コメント