List of questions
Related questions
Question 61 - Associate Android Developer discussion
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.
Your answer:
0 comments
Sorted by
Leave a comment first