判斷題不能被多個(gè)進(jìn)程交叉執(zhí)行的代碼段稱為臨界區(qū)。()

您可能感興趣的試卷

你可能感興趣的試題

4.多項(xiàng)選擇題下述()說法是正確的。

A.實(shí)例變量是類的成員變量
B.實(shí)例變量是用static關(guān)鍵字聲明的
C.方法變量在方法執(zhí)行時(shí)創(chuàng)建
D.方法變量在使用之前必須初始化

5.多項(xiàng)選擇題以下()有關(guān)事件監(jiān)聽器的語句是正確的。

A.Multiple listeners can be attached to one component
B.Only one listener can be attached to one component
C.One listener can receive and process the events from multiple components
D.One listener can receive and process the events from only one component