多項選擇題可以通過代碼進行寫操作的文件或目錄有()。

A.bundle目錄
B.Documents目錄
C.keychain
D.SQLite


您可能感興趣的試卷

你可能感興趣的試題

1.多項選擇題下面哪些類中使用到了單例(Singletion)模式?()

A.NSFileManager
B.NSNotificationCenter
C.UIApplication
D.UIDevice

4.多項選擇題下面哪些方法是UITableView的delegate方法:()。

A.-(NSInteger)tableView:(UITableView*)tableView numberOfRowsInSection:(NSInteger)section;
B.-(UITableViewCell*)tableView:(UITableView*)tableView cellForRowAtIndexPath:(NSIndexPath*)indexPath;
C.-(CGFloat)tableView:(UITableView*)tableView heightForRowAtIndexPath:(NSIndexPath*)indexPath;
D.-(void)tableView:(UITableView*)tableView didSelectRowAtIndexPath:(NSIndexPath*)indexPath;

5.單項選擇題iOS中,可以從一個應用(如APP01)跳轉到另外一個應用(如APP02),如果要在跳轉的過程中,將username和password這兩個參數傳遞給APP02,下列代碼正確的是:()。

A.NSURL* open_URL_A=[NSURL URLWithString:@"APP02://username=test01&password=123456"]
B.NSURL* open_URL_A=[NSURL URLWithString:@"APP02://username=test01,password=123456"]
C.NSURL* open_URL_A=[NSURL URLWithString:@"APP02://username=test01//password=123456"]
D.NSURL* open_URL_A=[NSURL URLWithString:@"APP02://username=test01#password=123456"]