Unit-III-Java -Thread 2

Unit-III-Java -Thread 2

University

15 Qs

quiz-placeholder

Similar activities

THREAD

THREAD

University

10 Qs

Multithreading in java

Multithreading in java

University

20 Qs

Multithreading + java

Multithreading + java

University

10 Qs

Multi Threading 4

Multi Threading 4

University

20 Qs

multi threading

multi threading

University

13 Qs

Multiahtreading

Multiahtreading

University

10 Qs

Applets in Java Quiz 2

Applets in Java Quiz 2

University

10 Qs

Screening1

Screening1

University - Professional Development

10 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?