New Year Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

GIAC Secure Software Programmer – Java GSSP-Java Question # 23 Topic 3 Discussion

GIAC Secure Software Programmer – Java GSSP-Java Question # 23 Topic 3 Discussion

GSSP-Java Exam Topic 3 Question 23 Discussion:
Question #: 23
Topic #: 3

There are two threads defined in an application named "thread1" and "thread2". Which of the following options can be the direct cause of "thread1" becoming blocked?

Each correct answer represents a complete solution. Choose all that apply.


A.

thread1 attempt to read from a file


B.

thread1 executes thread2.sleep(3000)


C.

thread2 executes thread1 sleep(3000)


D.

thread1 raises its own priority


E.

thread1 executes new Thread (someRunnable)


Get Premium GSSP-Java Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.