Unit-III-Java - Deadlock

Unit-III-Java - Deadlock

University

10 Qs

quiz-placeholder

Similar activities

OS QUIZ

OS QUIZ

University

15 Qs

oops using java quiz

oops using java quiz

University

15 Qs

JAVA FINAL QUIZ FOR ASSESSMENT

JAVA FINAL QUIZ FOR ASSESSMENT

University

15 Qs

OPESSYS: Module 3 Quiz Game

OPESSYS: Module 3 Quiz Game

University

11 Qs

Kuis Dadakan ;)

Kuis Dadakan ;)

10th Grade - University

15 Qs

Unidad I - Sistemas Operativos - ITTJ 2025

Unidad I - Sistemas Operativos - ITTJ 2025

University

10 Qs

Day 1 - Deployment ...

Day 1 - Deployment ...

University

15 Qs

Java Multithreading_Wrapperclass

Java Multithreading_Wrapperclass

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?