單項選擇題下列創(chuàng)建線程的方法中,屬于在后臺創(chuàng)建線程的是()。

A.-(instancetype)initWithTarget:(id)target selector:(SEL)selector object:(id)argument
B.+(void)detachNewThreadSelector:(SEL)selector to Target:(id)target with Object:(id)argument;
C.-(void)performSelectorInBackground:(SEL)aSelector withObject:(id)arg;正
D.+(NSThread*)mainThread;


您可能感興趣的試卷

你可能感興趣的試題

1.多項選擇題當(dāng)iPad屏幕轉(zhuǎn)為橫向或者縱向時,分別會激發(fā)delegate的哪個方法?()

A.willHideViewController:
B.willShowViewController:
C.shouldHideViewController:
D.willPresentViewController:

2.單項選擇題一個進(jìn)程有多個任務(wù),且只有一個線程,則這個線程的執(zhí)行方式是()

A.串行執(zhí)行
B.并行執(zhí)行
C.并發(fā)執(zhí)行
D.無法確定

3.單項選擇題設(shè)備傾斜放置時,重力加速度將()

A.在X軸上
B.在Y軸上
C.在Z軸上
D.分解到多個坐標(biāo)軸上

5.單項選擇題下列關(guān)于NSOperation的方法描述錯誤的是()。

A.BOOL executing;//判斷任務(wù)是否正在執(zhí)行
B.BOOL finished;//判斷任務(wù)是否完成
C.void(^completionBlock)(void);//用來設(shè)置完成后需要執(zhí)行的操作
D.-(void)waitUntilFinished;//取消任務(wù)