explain System.out.println()

Answer Posted / sowjanya

System is the class name and out is the static variable of the System class.
Out is called a field in System Class.
Print() method is used to disply something on the monitor.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is null == null in java?

876


Can the garbage collection be forced by any means?

743


How do you sort arrays in java?

732


Give the hierarchy of inputstream and outputstream classes.

846


What is the indent key?

815


What is bubble sort in java?

862


What is the purpose of using java.lang.class class?

767


How are this() and super() used with constructors in java programming?

794


What is the public field modifier?

784


What is a lightweight component?

818


Write a program in java to find the maximum and minimum value node from a circular linked list.

791


Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?

848


How do you sort objects in java?

753


Can an unreferenced object be referenced again?

956


What are basic data types?

799