Multiple Choice
What statements about InputStreamReader (java.io.InputStreamReader) are correct? (Choose two.)
A) An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and decodes them into characters using a specified charset. The charset that it uses may be specified by name or may be given explicitly, or the platform's default charset may be accepted.
B) An InputStreamReader is a bridge from character streams to byte streams: It reads characters using a specified charset and encodes them into bytes. The charset that it uses may be specified by name or may be given explicitly, or the platform's default charset may be accepted.
C) Each invocation of one of an InputStreamReader's read() methods may cause one or more bytes to be read from the underlying byte-input stream. To enable the efficient conversion of bytes to characters, more bytes may be read ahead from the underlying stream than are necessary to satisfy the current read operation.
D) No any invocation of one of an InputStreamReader's read() methods can cause some bytes to be read from the underlying byte-input stream.
Correct Answer:

Verified
Correct Answer:
Verified
Q25: RecyclerView is a subclass of ViewGroup and
Q26: The easiest way of adding menu items (to
Q27: What is the incorrect statement about Data
Q28: If you want the Database Inspector to
Q29: <img src="https://d2lvgg3v3hfg70.cloudfront.net/C1428/.jpg" alt=" What is illustrated
Q31: To automate UI tests with Android Studio,
Q32: An overridden method onCreateOptionsMenu in an Activity
Q33: Choose the most correct statement.<br>A) Android is
Q34: If you want to access a specific
Q35: About queries in DAO classes. Room verifies