Is PrintStream class a absract class?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Is PrintStream class a absract class??

java

9th Aug 2018, 7:20 AM
ARNAB KUMAR DAS
ARNAB KUMAR DAS - avatar
3 Answers
+ 2
so is it abstract or simple class
9th Aug 2018, 1:16 PM
ARNAB KUMAR DAS
ARNAB KUMAR DAS - avatar
0
public class PrintStream extends FilterOutputStream implements Appendable, Closeable, Flushable, AutoCloseable
9th Aug 2018, 10:08 AM
Steppenwolf
Steppenwolf - avatar
0
It is a simple class. You can instantiate an object of it. ARNAB KUMAR DAS
9th Aug 2018, 11:21 PM
Steppenwolf
Steppenwolf - avatar