explain System.out.println

Answer Posted / tirath pal singh sisodiya

System.Out.println()

System-System is the final class of the java.lang package it
can not be inherit.

Out-out is the static Object of the PrintStream class which
located in java.io package.
for call any static object with class name then we use
System.Out

println()-println() is the method of printStramClass .

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a flag value?

521


What are thread local variables?

555


Explain java heap space and garbage collection?

587


What is passing value java?

512


What are parsing rules?

504






What is object english?

585


How many unicode characters are there?

558


What is the size of arraylist in java?

608


Is string passed by reference in java?

548


What is method in java ?

628


Why are functions called methods in java?

534


What are the features in java?

579


What is the difference between preemptive scheduling and time slicing?

594


what do you mean by java annotations?

551


Explain about doubly linked list

621