explain System.out.println()

Answer Posted / esha prasad

As I remember, System is a class, out is a static
field/reference to an object of type Output stream and
println is the method of that o/p class.

Is This Answer Correct ?    14 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why scanner is used in java?

774


Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?

819


What is an exception in java?

869


How do you decide when to use arraylist and linkedlist?

747


Is it possible to compare various strings with the help of == operator?

758


How does regex work?

732


Why are lists ordered in java?

773


What is the SimpleTimeZone class?

2006


Write a program to find maximum and minimum number in array?

759


what is the swingutilities.invokelater(runnable) method for? : Java thread

785


Can we write class inside a class in java?

735


what is deadlock? : Java thread

735


what is use of functional interface in java 8?

783


What is the map interface in java programming?

775


Which list is sorted in java?

764