Unit-III-Java - Deadlock

Unit-III-Java - Deadlock

University

10 Qs

quiz-placeholder

Similar activities

Operating System by Baba

Operating System by Baba

University

12 Qs

Ch08-Deadlock

Ch08-Deadlock

University

10 Qs

MultiThreading Quiz

MultiThreading Quiz

University

15 Qs

JAVA11

JAVA11

University

15 Qs

Multithreading + java

Multithreading + java

University

10 Qs

If quizzes are quizzical, what are tests?

If quizzes are quizzical, what are tests?

University

13 Qs

totally not some random shark-related quiz

totally not some random shark-related quiz

University

9 Qs

Teste Inicial PSD

Teste Inicial PSD

University

15 Qs

Unit-III-Java - Deadlock

Unit-III-Java - Deadlock

Assessment

Quiz

Computers

University

Hard

Created by

Ajitha Padmanabhan

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A ________ in Java occurs when two or more threads are blocked forever, each waiting for the other to release a resource. 

tasking

threading

resource

deadlock

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Both threads are now waiting for each other to release their locks, and neither can proceed, which is not resulting in a deadlock.

true

false

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A special type of error that to avoid that relates specifically to multitasking is _________which occurs when two threads have a circular dependency on a pair of synchronized objects. 

synchronised

deadlock

threading

all of the mentioned

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Thread class also defines a method called ______ that stops a thread,

stop( )

run()

wait()

notify()

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Choose : signature of stop

final void ( )

final stop( )

final void stop

final void stop( )

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Once a thread has been stopped, it cannot be restarted using _________.

restart().

join().

resume( ).

start().

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

suspend( ) method of the Thread class was deprecated by Java 2 several years ago. was done because suspend( ) can sometimes cause serious system failures.

true

false

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?