Multiple choice technology platforms and products

Queries in Android are returned as Cursor objects. Cursors are pointers to the result-set within the underlying data.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Database queries in Android return data encapsulated in Cursor objects, which act as random-read pointers to rows within the query result set.