Multiple Choice
If we read a byte and the value represents an international character equal to 133 using an InputStream object, what is true about the int value we will read?
A) It will be 133.
B) It will be -133.
C) It will be some negative value.
D) It will be some positive value.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q24: Which is not a method available in
Q25: Caesar cipher uses a shift of each
Q26: If you write a simple Student class,
Q27: If you store information in binary form,
Q28: In Java, the byte type is a(n)
Q30: In Java, you use a(n) _ object
Q31: Assume we have a RandomAccessFile object, file,
Q32: The values of the byte type range
Q33: Every object is assigned a serial number
Q34: What is returned by the read method