console.writeline and System.out.println

Viewed 475804

What exactly is the technical difference between console.writeline and System.out.println? I know that System.out.println writes to standard output but is this not the same thing as the console?

I do not fully understand the documentation for console.writeline.

5 Answers
Related