explain System.out.println
Answer Posted / rajendra h r
System is a class
Out is a static reference of type printStream.
prinyln()is a method in the Class System.
When you say System.out.println()
u r telling compiler to print the string that u type
inside the println() method as argument on out put stream
(ie u r moniter).
| Is This Answer Correct ? | 18 Yes | 12 No |
Post New Answer View All Answers
What is meant by object?
What does method mean?
How to split a string in java?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
Does anyone still use java?
What is a native method in java programming?
Why we used break and continue statement in java?
Is array dynamic in java?
What is object-oriented programming?
If a class is declared without any access modifiers, where can the class be accessed?
Does importing a package imports its sub-packages as well in java?
What kind of variables a class can consist of?
what is meant by abstract class?
How to avoid memory leak in java?
What is difference between module and function?