explain System.out.println

Answer Posted / arun rajesh

System.out.println

The println() is a method that is used to print data on the
system console (command window). Java's method names are
always followed by parentheses.

System and out are not methods, but names that represent
other Java classes.

System.out means that the variable out is defined inside
the class System.

The out.println() tells us that there is an object
represented by a variable called out and it has a method
called println().

Is This Answer Correct ?    36 Yes 136 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we make a class singleton?

570


What is the use of beaninfo?

586


Explain the concept of proper inheritance?

613


What is tochararray in java?

496


How do you compare two objects?

519






Differentiate between overriding and overloading cases?

595


Why is the main method declared static?

583


What is e in java?

539


How to use Media tracker Class.

642


Is java se free?

520


5 Coding best practices you learned in java?

634


What occurs when an object is constructed?

567


How to implement an arraylist in java?

504


what is deadlock? : Java thread

524


What are the advantages of assembly language?

497