單項(xiàng)選擇題iOS開發(fā)常用的數(shù)據(jù)庫是哪個(gè)?()

A.MySQL
B.Oracle
C.SQLite
D.SQL


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題NSUserDefaults的數(shù)據(jù)會(huì)保存在什么地方?()

A.Documents
B.Library/Prefrences
C.Tmp
D.都不是

2.單項(xiàng)選擇題以下哪個(gè)是UI Scroll View Delegate協(xié)議的回調(diào)方法?()

A.set Content Offset:(CGPoint)content Offset animated:(BOOL)animated
B.number Of Sections
C.scroll View Did Scroll:(UI Scroll View *)scroll View
D.以上都不是

3.單項(xiàng)選擇題UIToolBar中包含的元素是()。

A.UI Bar ButtonItem
B.UI Tab BarItem
C.UI Button
D.UI View

4.單項(xiàng)選擇題NSThread表示線程是否是完成狀態(tài)的是()。

A.is Finished
B.exit
C.is Executing
D.is Cancelled

5.單項(xiàng)選擇題下面方法中哪一個(gè)是設(shè)置UITableView有多少個(gè)分區(qū)的?()

A.numberOfSectionsInTableView
B.numberOfRowsInSection
C.didSelectedRowInSection
D.allowsSelection