What actually is the technical difference between "console.writenline" and "System.out.println" ? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Respostas
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