一级做a爱片,色站综合,99偷拍视频精品一区二区,亚洲精品色无码AV

當(dāng)前位置:

JAVA認(rèn)證公共基礎(chǔ)知識(shí)指導(dǎo)練習(xí)題(1)

發(fā)表時(shí)間:2015/4/10 11:39:20 來源:互聯(lián)網(wǎng) 點(diǎn)擊關(guān)注微信:關(guān)注中大網(wǎng)校微信
關(guān)注公眾號(hào)

1:

Which two CANNOT directly cause a thread to stop executing? (Choose Two)

A.Existing from a synchronized block

B.Calling the wait method on an object

C.Calling notify method on an object

D.Calling read method on an InputStream object

E.Calling the SetPriority method on a Thread object

Answer:AC。同55題

2:

public class SyncTest{

public static void main(String[] args) {

final StringBuffer s1= new StringBuffer();

final StringBuffer s2= new StringBuffer();

new Thread ()  {

public void run() {

synchronized(s1) {

s2.append(“A”);

synchronized(s2) {

s2.append(“B”);

System.out.print(s1);

System.out.print(s2);

}

}

}

}.start();

new Thread() {

public void run() {

synchronized(s2) {

s2.append(“C”);

synchronized(s1) {

s1.append(“D”);

System.out.print(s2);

System.out.print(s1);

}

}

}

}.start();

}

}

Which two statements are true? (Choose Two)

A. The program prints “ABBCAD”

B. The program prints “CDDACB”

C. The program prints “ADCBADBC”

D. The output is a non-deterministic point because of a possible deadlock condition

E. The output is dependent on the threading model of the system the program is running on.

Answer:DE

3:

What will happen when you attempt to compile and run the following code?

public class Test{

int i = 0;

public static void main(String argv[]) {

Test t = new Test();

t.myMethod();

}

public void myMethod(){

while(true) {

try {  wait();

}catch (InterruptedException e) {}

i++;

}

}

}

A. Compile time error, no matching notify within the method.

B. Compile and run but an infinite looping of the while method.

C. Compilation and run without any output.

E. Runtime Exception "IllegalMonitorStatException".

Answer: E

Note: The wait/notify protocol can only be used within code that is synchronized. In this case calling code does not have a lock on the object(not synchronized) and will thus cause an Exception at runtime.

編輯推薦:

JAVA認(rèn)證公共基礎(chǔ)知識(shí)指導(dǎo)練習(xí)題匯總

JAVA認(rèn)證考試報(bào)考指南 / 更多JAVA考試模擬試題

(責(zé)任編輯:xy)

2頁,當(dāng)前第1頁  第一頁  前一頁  下一頁
最近更新 考試動(dòng)態(tài) 更多>
视频在线观看禁| 91国自产拍最新| 无码色AV一二区在线播放 | 亚洲人成在久久综合网站| 国产精品中文久久久久久| 日韩精品一区二区性爱| 成人自慰免费网| 日韩动作无码不卡| 天天射夜夜操| 九九热在线首页| 久久人妻一区二区三区| 人妻一再狠AV| 又色又爽又黄的美女裸体| 大色香蕉网| 久久精品成人热国产成| 黑人与人妻中文系列| 久久久久久久久不卡| 国产精品嫩草55AV| 人妻无码天干| 国产+成+人+亚洲欧洲自线| 亚洲日韩欧美视频| 国产女人a| 五月丁香激情欧美啪啪| 久久精品高清国产电影| 澳门黄色网站| 中日韩人妻偷无码精A| 亚洲国语对白| 91视频色| 大香蕉在线看欧美| 亚洲精品区午夜亚洲精品区| 开心网色播| 中文字幕无码久久久| 日韩欧美精品久久| 疯狂性爱日本一道一区| www.超碰在线| 五月丁香好婷婷开心网| 午夜老司机| 一本久到国产欧美| 久久精一区二区三区| 无码国内精品久久人妻| 国产成人黄色视频网站|