explain System.out.println

Answer Posted / venkatearamireddy

System: System refers to current java program.

out: out refers to output device. by default it is monitor.

println: to print the specific string onto output device in
next line

Is This Answer Correct ?    118 Yes 544 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is session in java?

748


Why is string class considered immutable?

596


Why pass by reference is not possible in java?

495


What is the use of isempty in java?

536


How is hashcode calculated in java?

502






Write a program to print fibonacci series

612


Give few examples of final classes defined in Java API?

706


What are abstract classes and anonymous classes?

642


There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?

998


What is a java object and java application?

575


Tell me a few examples of final classes defined in Java API?

562


What is the purpose of java?

558


How do you compare characters in java?

523


do I need to use synchronized on setvalue(int)? : Java thread

556


What is lambda expression in java?

541