Solved

@Query Is the Main Annotation Used in DAO Classes

Question 21

Multiple Choice

@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.

Correct Answer:

verifed

Verified

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

Related Questions