Which of the following are reasons why the SQLite query() method returns a Cursor?
(Choose
1
A. It allows buffering of query results
answer)
B. It is efficient since all data needn't be loaded into memory
C. It ensures that query results are right
D. It alleviates the need to explicitly call close() on the Cursor