ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 60 - Associate Android Developer discussion

Report
Export

@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.
Answers
A.
a runtime error occurs instead of a compilation failure.
B.
a compilation error occurs instead of a runtime failure.
Answers
B.
a compilation error occurs instead of a runtime failure.
C.
both compilation error and runtime failure occurs.
Answers
C.
both compilation error and runtime failure occurs.
Suggested answer: B
asked 18/09/2024
Ali S Zahedi
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first