explain System.out.println

Answer Posted / pawan

'System' is a class in java.lang package
'out' is a static object of PrintStream class in java.io
package
'prinln()' is method in the PrintStream class.....

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does snprintf return?

553


What is the benefit of abstract class?

517


what is difference between equals and ==?

592


What is the difference between declaration and definition in java?

519


What is variable explain?

528






How many types of literals are there in JAVA?

596


What is class level lock ?

612


What is the use of parse function in java?

517


How to display all the prime numbers between 1 and n (n is the number, get the input from user)

516


How can we create an immutable class in java?

585


What is the driver class?

567


How is the marker interface used in Java?

612


What is the significance of continue jump statement? Explain with an example.

743


what is enumset?

587


Difference between character constant and string constant in java ?

560