Solved

What Is the Result of the Following Code? Reader Reader

Question 14

Multiple Choice

What is the result of the following code? Reader reader = … ; // connect to a file
Char ch = reader.read() ;


A) compiler error
B) 1 byte is read from the file
C) 2 bytes are read from the file
D) 4 bytes are read from the file

Correct Answer:

verifed

Verified

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

Related Questions