Multiple Choice
About queries in DAO classes. Room verifies the return value of the query such that if the name of the field in the returned object doesn't match the corresponding column names in the query response, Room alerts you in one of the following two ways: (Choose two.)
A) It gives a warning if no field names match.
B) It gives a warning if only some field names match.
C) It gives an error if no field names match.
D) It gives an error if only some field names match.
Correct Answer:

Verified
Correct Answer:
Verified
Q30: What statements about InputStreamReader (java.io.InputStreamReader) are correct?
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
Q36: Working with Custom View. To define custom
Q37: Select correct statements about Hardware Abstraction Layer
Q38: To create a basic JUnit 4 test
Q39: If no any folder like res/anim-<qualifiers>, res/drawable-<qualifiers>,
Q40: When your code execution reaches the breakpoint,