What do you understand by
" system.out.println " ?????
Answers
Answered by
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
for example
String a="hello";
System.out.println (a);
Output on terminal window
hello
try it hope it helps
Answered by
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.】
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.
Similar questions
Social Sciences,
7 months ago
English,
7 months ago
Physics,
7 months ago
Social Sciences,
1 year ago
Math,
1 year ago
Math,
1 year ago
Math,
1 year ago