Is out a subclass of the system class in java. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is out a subclass of the system class in java.

4th Feb 2021, 10:34 PM
PRINCE TAWIAH
PRINCE TAWIAH - avatar
3 Answers
+ 2
PRINCE out it's an instance of PrintStream type, which is a public and static member field of the System class
4th Feb 2021, 10:49 PM
Amine Laaboudi
Amine Laaboudi - avatar
+ 1
Amine Laaboudi thanks very much but I'd be happy if you could elaborate more on the topic
4th Feb 2021, 11:28 PM
PRINCE TAWIAH
PRINCE TAWIAH - avatar
+ 1
PRINCE public static final PrintStream out is the “standard” output stream. This stream is already open and ready to accept output data. Typically this stream corresponds to display output or another output destination specified by the host environment or user. /** */ https://www.geeksforgeeks.org/java-lang-system-class-java/amp/
4th Feb 2021, 11:57 PM
Amine Laaboudi
Amine Laaboudi - avatar