+ 3
What actually is the technical difference between "console.writenline" and "System.out.println" ?
Are these not the Same thing?
2 Answers
+ 3
You logs variables changes in console for developer's monitoring.
You output in the system output for the user. When you have display interface, it will be not limited to words, can be something graphical.