Solved

About Queries in DAO Classes

Question 35

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:

verifed

Verified

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

Related Questions