explain System.out.println
Answer Posted / birendra
system-is a class present in java.lang package .it is a
public final class.
system class import the package java.io.*;
out-out is the object of printStream class.
its syntax is public final static PrintSteam out in the
system class.
println()-it the the method of PrintStream class;
so we can call the static object of system class with the
name of class & with the name of out we can call the method
of printsteam call
System.out.println();
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why null value is used in string?
What is numeric function?
How do you calculate roots in java?
What super () does in java?
What is the use of singleton?
What is java util collection?
What are the 6 boolean operators?
What is return used for in java?
Do I need java on my computer?
Explain the protected field modifier?
what is a working thread? : Java thread
Can I uninstall java?
What is a line break example?
What is method and methodology?
What is anti pattern in programming?