List of questions
Related questions
Question 60 - Associate Android Developer discussion
@Query is the main annotation used in DAO classes. It allows you to perform read/write operations on a database. Each @Query method is verified at compile time, so what happens if there is a problem with the query?
A.
a runtime error occurs instead of a compilation failure.
B.
a compilation error occurs instead of a runtime failure.
C.
both compilation error and runtime failure occurs.
Your answer:
0 comments
Sorted by
Leave a comment first