explain System.out.println
Answer Posted / anand_pbc
System is a final class in java.lang package
out is "PrintStream" type of static field in System class
(The "standard" output stream)
println is a method in class PrintStream (this is class is
in java.io package)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you trim a space in java?
What is considered an anti pattern?
How do you identify independent and dependent variables?
What is join () in java?
What are the access modifiers in java?
which pattern is default in scanner package?
What is the most important feature of java? What is an interface?
What is a flag value?
What does method mean?
How many digits can a float hold?
How do you replace all in word?
Can an interface be final?
What are void methods?
How we can run a jar file through command prompt in java?
Can we serialize arraylist in java?