Sapient Company Programming

Which class is used to manage data in a private database?

1) android.database.sqlite
2) android.data.sqlite
3) android.database.CursorJoiner
4) none of the above

Read Solution (Total 1)

Sapient Other Question

What will be the output of the following code?
category android:name = "android.intent.category.DEFAULT"/>

1) compile time error
2) runtime error
3) runs successfully
4) none of the above
Which object is returned by content provider query?

1) Cursor
2) DatabaseErrorHandler
3) Both of the above
4) None of the above