Question

Which of the following statements is false?
a. Cursor method moveToFirst can be used to move the Cursor to the first row in the result set.
b. It's considered good practice to ensure that Cursor method moveToFirst returns true before attempting to get data from the Cursor.
c. Class Cursor provides method getColumnIndexOrThrow if you prefer to get an exception when the specified column name does not exist.
d. Android automatically releases resources like database connections when they are not being used so that other activities can use the resources.

Answer

This answer is hidden. It contains 278 characters.