explain System.out.println

Answer Posted / budhaditya biswas

System is a class of Java.lang package which is automatically imported in Java program. Out is a predefined Stream variable which is public and static within System. System.out is an object of PrintStream type.println is a method.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are synchronized methods and synchronized statements in java programming?

575


Can we declare the static variables and methods in an abstract class?

549


Why java is used everywhere?

592


What is close method? How it's different from Finalize & Dispose?

566


How do you decide when to use arraylist and linkedlist?

535






Is java hashset ordered?

577


Which is bigger double or float?

532


what is heap memory?

658


What is yield () in java?

484


What is the difference between import java.util.date and java .util?

572


Java is pass by value or pass by reference? Explain

534


What is singleton class and how can we make a class singleton?

661


What is the use of set in java?

612


What is thread life cycle in java?

586


What does %d do in java?

581