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

What is the use of using enum to declare a constant?

551


If a class is declared without any access modifiers, where may the class be accessed in java programming?

649


What are instance variables?

602


What is the function of log?

540


How does the garbage collector works in java?

566






how its run?

561


Which is illegal identifier in java?

584


How many types of array are there?

544


Can we declare a class as static?

586


What is thread safe singleton?

511


Can we sort hashmap in java?

524


Are true and false keywords?

565


Is string a data type in java?

590


define polymorphism in java

628


What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?

595