Forum : System.in.println
Brief description  about Online courses   join in Online courses
View omer abdekgadr alzwain 's Profile

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?
Asked by omer abdekgadr alzwain | Dec 7, 2010 |  Reply now
Replies (1)
View arun kumar das 's Profile
Hi

Yes, You can read the input from console with System.in class.

java teacher
Dec 13, 2010