單項(xiàng)選擇題下列創(chuàng)建線程的方法中,屬于在后臺(tái)創(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;
广告位招租 联系QQ:5245112(WX同号)
您可能感興趣的試卷
你可能感興趣的試題
1.多項(xiàng)選擇題當(dāng)iPad屏幕轉(zhuǎn)為橫向或者縱向時(shí),分別會(huì)激發(fā)delegate的哪個(gè)方法?()
A.willHideViewController:
B.willShowViewController:
C.shouldHideViewController:
D.willPresentViewController:
2.單項(xiàng)選擇題一個(gè)進(jìn)程有多個(gè)任務(wù),且只有一個(gè)線程,則這個(gè)線程的執(zhí)行方式是()
A.串行執(zhí)行
B.并行執(zhí)行
C.并發(fā)執(zhí)行
D.無(wú)法確定