explain System.out.println

Answer Posted / rajendra h r

System is a class

Out is a static reference of type printStream.

prinyln()is a method in the Class System.

When you say System.out.println()

u r telling compiler to print the string that u type
inside the println() method as argument on out put stream
(ie u r moniter).

Is This Answer Correct ?    18 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does it mean that strings are immutable?

568


What class allows you to read objects directly from a stream in java programming?

506


How java enabled high performance?

580


How to sort list of list in java?

655


How to Sort Strings which are given in List and display in ascending order without using java api.

3755






What is the meaning of flag day?

534


Why is it called a string?

559


Explain restrictions on using enum?

626


What is tostring () method?

538


How do you reverse sort in java?

498


Can two objects have same hashcode?

560


what is use of functional interface in java 8?

553


How thread scheduler schedule the task?

580


Can we have two main methods in a java class?

534


What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?

600