0

what is System.out.prinln("");

23rd Jul 2016, 1:45 AM
Toffiq Saddique
6 Answers
0
"
23rd Jul 2016, 1:55 AM
y b
0
Its a predefined function for printing a statement and it belings to i/o package
23rd Jul 2016, 3:22 AM
Mastan Shaik
Mastan Shaik - avatar
0
hmmm. In simple terms, it prints out (to the console) what you put in between the parentheses
23rd Jul 2016, 3:43 AM
Edward
0
I accept all answers above proved here is my explanation System is a class which has out method for printing values on console
23rd Jul 2016, 4:23 AM
RanjitKumar Gadde
RanjitKumar Gadde - avatar
0
Prints thing u want on another line: Thats basic difference between print & println
23rd Jul 2016, 6:22 AM
Marie JM
0
System is class out is file stream println is function in System class which takes objects as strings System.out.println("java"); will print java
23rd Jul 2016, 3:17 PM
Hardik Patel
Hardik Patel - avatar