explain System.out.println()

Answer Posted / ranabir chakraborty

System is a predefined final class.
out is a object of print stream class. and
println is a method.

Is This Answer Correct ?    7 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What's the purpose of using break in each case of switch statement?

506


Is a boolean 1 bit?

610


What is meant by class and object in java?

552


why doesn't java run on all platforms?

566


What is illegal identifier in java?

529






Explain about procedural programming language or structured programming language and its features?

544


Why is sizeof not a function?

543


What is keyset in java?

653


When arithmeticexception is thrown?

577


Which types of exceptions are caught at compile time?

560


What is string immutability?

537


Why array is used in java?

511


What sorting algorithm does javascript use?

526


What is native code?

533


What happens to the Exception object after handling an exception?

1811