Computer Science, asked by pinky137, 1 year ago

What do you understand by
" system.out.println " ?????

Answers

Answered by arnab128
1
It is a simple print statement in Java it's helps to return the the required output or print a line in Java it's broadly discussed under Java IO/NIO or basics of programming
for example
String a="hello";
System.out.println (a);

Output on terminal window
hello


try it hope it helps
Answered by BrainlyPromoter
1
Hey there!
First of all a grand welcome to Brainly!

Let's come to your answer:
"system.out.println" is a keyword of Java. It is a very important Java Keyword. It helps us to print any statement or value of any variable as result.
And also,
It's not only "system.out.println", but it's "system.out.println( ); "

【where in the between parenthesis we write the message to be printed and variables names whose values is to be printed.】

siddhartharao77: You have explained about system.out.print.
BrainlyPromoter: That's what we have to do
BrainlyPromoter: tell about the system.out.println
siddhartharao77: System.out.println is different from system.out.print.system.out.print prints the output in same line and System.out.println in the next line.
arnab128: ufff are u people kids
siddhartharao77: what do u mean
arnab128: i mean there's lot to study in java other than thinking about simple System.out.println();
Similar questions