explain System.out.println

Answer Posted / malyadri tavva

System:System is predefined class in java.lang package.
out: out is final and static variable in system class and
it is a referece variable in PrintStream class.

we call the static varible with their class names.i.e
System.out
println():

println() is a method in PrintStream class so we can call
this method by using the reference variable i.e
System.out.println().

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is purpose of find feature?

611


How java uses the string and stringbuffer classes?

515


hi am an engineering student and my next plan is for ms in either in us or australia i got my passport but i dont know anything bout visa can u give brief idea 1)How to get prepared for visa and 2)How to apply for top universities and 3)How to pay the fee and so on These all are basic questions plz give me a clear idea

1460


What does you mean in math?

539


What is sortedmap in java?

549






What is string pool in java?

561


What is the purpose of using javap?

616


What is a void method java?

518


What is the difference between normal report & matrix report?

569


What is the difference between the direct buffer and non-direct buffer in java?

541


Why lambda expression is used in java?

568


What is an error in java?

639


What language is an assembler written in?

551


How many types of parsers are there?

548


Do I need to import java.lang package any time? Why?

741