System.in.println
following is a line from the text scetion titled:
Input Output Streams > Console Input - How Our Program Reads From The Console.
---------------------------------------------------------------------
How Java Reads a Console Input?
Java input console is accomplished by reading from System.in. Yes! this is the same System.in we have been using to print output in our programs, remember System.in.println?
my question is:
is that right?