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


Please Help Members By Posting Answers For Below Questions

What’s the difference between unit, integration and functional testing?

706


How do you format in java?

650


How garbage collection is done in java?

635


Explain public static void main(string args[]).

659


What is the difference between jdk, jre, and jvm?

673






How many decimal places is a double?

633


What do you mean by an object in java?

736


Is there any difference between synchronized methods and synchronized statements?

669


What are the advantages of arraylist over arrays?

664


How do you achieve singleton?

614


Write a program in java to establish a connection between client and server?

590


What is the difference between this() and super() in java?

640


Explain creating threads by extending thread class ?

650


What is multi-catch block in java?

702


What super () does in java?

568