(Choose 1 answer)
Which of the following are reasons why the SQLite query() method returns a Cursor?
A. It allows buffering of query results
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
Exit 58