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’s the difference between unit, integration and functional testing?
How do you format in java?
How garbage collection is done in java?
Explain public static void main(string args[]).
What is the difference between jdk, jre, and jvm?
How many decimal places is a double?
What do you mean by an object in java?
Is there any difference between synchronized methods and synchronized statements?
What are the advantages of arraylist over arrays?
How do you achieve singleton?
Write a program in java to establish a connection between client and server?
What is the difference between this() and super() in java?
Explain creating threads by extending thread class ?
What is multi-catch block in java?
What super () does in java?