單項選擇題哪個關(guān)鍵字可以為對象加互斥鎖?()

A.transient
B.synchronized
C.serialize
D.dispatch group


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題下列選項中關(guān)于鍵值對的格式,正確的是()。

A.”key”=”value”
B.”key”=”value”;
C.”value”=”key”
D.”value”=”key”;

2.單項選擇題下面關(guān)于選項中是對TCP的描述的是()。

A.建立連接,形成傳輸數(shù)據(jù)的通道。
B.將數(shù)據(jù)及源和目的封裝成數(shù)據(jù)包中,不需要建立連接。
C.傳播速度快。
D.不可靠協(xié)議

3.單項選擇題下列創(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;

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

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

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

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