相关考题
-
单项选择题
含有SQLite 数据库访问的Android 应用中,其数据库存放在应用包名文件夹下的()文件夹里。
A.databases
B.lib
C.files
D.shared_prefs -
单项选择题
SQLiteDatabase 提供的()方法以完整的SQL命令作为参数。
A.insert()
B.query()
C.update()
D.execSQL() -
单项选择题
下列方法中,不是Activity和Context共同具有的是()
A.startService()
B.stopService()
C.findViewById()
D.getSystemService()
