What is important to do to a SQLite database to release any resources obtained by the object so that unexpected errors do not occur in your application during use?

a. Shutdown the database by calling the release() method on the SQLiteOpenHelper object.

b. End any queries by calling the endQuery() method on the SQLiteOpenHelper object.
c. Stop the database by calling the stop() method on the SQLiteOpenHelper object.
d. Close the database by calling the close() method on the SQLiteOpenHelper object.

d. Close the database by calling the close() method on the SQLiteOpenHelper object.

Computer Science & Information Technology

You might also like to view...

Why might it be useful to add a dead state to the state-transition diagram?

What will be an ideal response?

Computer Science & Information Technology

____ is best for managing quantitative data.

A. Word B. Access C. PowerPoint D. Excel

Computer Science & Information Technology