What actually is the technical difference between "console.writenline" and "System.out.println" ? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 3

What actually is the technical difference between "console.writenline" and "System.out.println" ?

Are these not the Same thing?

8th Jan 2019, 4:20 PM
Sonu Kumar
Sonu Kumar - avatar
2 Antworten
8th Jan 2019, 6:07 PM
Danijel Ivanović
Danijel Ivanović - avatar
+ 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.
8th Jan 2019, 4:36 PM
Gordon
Gordon - avatar