Unit-III-Java -Thread 2

Unit-III-Java -Thread 2

University

15 Qs

quiz-placeholder

Similar activities

Lesson 7: Background tasks

Lesson 7: Background tasks

University

11 Qs

OPERATING SYSTEMS

OPERATING SYSTEMS

University

20 Qs

Java Internal-2

Java Internal-2

University

10 Qs

Java Prelab-IV

Java Prelab-IV

University

10 Qs

IF Pagi - Quiz 2

IF Pagi - Quiz 2

University

20 Qs

Structure of Java Program

Structure of Java Program

University

10 Qs

Komposter

Komposter

University

10 Qs

SISTEMAS OPERATIVOS

SISTEMAS OPERATIVOS

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?