Solved

PrintWriter Is a Better Output Stream Class That PrintStream Because

Question 45

Multiple Choice

PrintWriter is a better output stream class that PrintStream because PrintWriter


A) has both print and println methods and PrintStream only has print
B) can output both byte and character streams and PrintStream can only output byte streams
C) has error checking mechanisms as part of the class and PrintStream does not
D) will not throw checked exceptions and PrintStream will
E) all of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions