Unit-III-Java -Thread 2

Unit-III-Java -Thread 2

University

15 Qs

quiz-placeholder

Similar activities

Threads, Processes, and Programs

Threads, Processes, and Programs

University

20 Qs

Threads and Processes

Threads and Processes

University

20 Qs

Java thread - MCQ

Java thread - MCQ

University

18 Qs

Multithreading

Multithreading

University

20 Qs

Multithreading + java

Multithreading + java

University

10 Qs

Threads and Process

Threads and Process

University

18 Qs

Multithreading in java

Multithreading in java

University

20 Qs

MultiThreading Quiz

MultiThreading Quiz

University

15 Qs

Unit-III-Java -Thread 2

Unit-III-Java -Thread 2

Assessment

Quiz

Computers

University

Hard

Created by

Ajitha Padmanabhan

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

other than windows operating systems, threads of equal priority must voluntarily yield control to their peers. If they don’t,  the other threads will not run.

true

false

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Java  implements an elegant twist on an age-old model of interprocess synchronization: the_______

thread.

process.

monitor.

semaphore.

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

There is no class “Monitor”;

true

false

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Once a thread is inside a ___________ method, no other thread can call any other ______________ method on the same object. 

synchronized,

synchronized

synchronized,

asynchronized

process, thread

monitor, synchronized

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Java provides a clean, low-cost way for two or more threads to talk to each other, via calls to predefined methods that all objects have through _________

synchronisation

communication

messaging

thread

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Java’s multithreading system is built upon the _______class, its methods, and its companion  interface, ____________. 

Runnable, Thread

Thread ,Runnable

Synchronised, Thread

Thread, Synchronised

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To create a new thread, the program will either _______ Thread or  __________ the Runnable interface.

extend, implement

implement, extend

monitor,implement

extend, monitor

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?