
thread

Quiz
•
Science, Computers
•
University
•
Hard
Zuraihah Ngadengon
Used 39+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is multithreaded programming?
It’s a process in which two different processes run simultaneously
It’s a process in which two or more parts of same process run simultaneously
Its a process in which many different process are able to access same information
Its a process in which a single process can access information from many sources
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of these statements is incorrect?
By multithreading CPU’s idle time is minimized, and we can take maximum use of it
By multitasking CPU’s idle time is minimized, and we can take maximum use of it
Two thread in Java can have same priority
A thread can exist only in two states, running and blocked
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of this class is used to make a thread?
String
System
Thread
Runnable
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of this interface is implemented by Thread class?
Runnable
Connections
Set
MapConnections
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of this method of Thread class is used to suspend a thread for a period of time?
sleep()
terminate()
suspend()
stop()
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of this method is used to begin the execution of a thread?
run()
start()
runThread()
startThread()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Complete the program code below that is suitable to start a thread.
class X implements Runnable
{
public static void main(String args[])
{
/* Missing code? */
}
public void run() {}
}
Thread t = new Thread(X);
X x1 = new X();
Thread t = new Thread(x1);
t.start();
Thread t = new Thread(X);
t.start();
Thread t = new Thread();
x.run();
8.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Select method that must be defined by a class implementing the java.lang.Runnable interface.
public void runs()
public void run()
public void start()
void run(int priority)
9.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following program code?
The program does not compile because the start() method is not defined in the Test class.
The program compiles, but it does not run because the start() method is not defined.
The program compiles, but it does not run because the run() method is not implemented
The program compiles and runs fine
Similar Resources on Wayground
10 questions
Quiz Pemrograman C++

Quiz
•
University
10 questions
COPRO2 - Final Quiz on Concurrency Fundamentals Quiz

Quiz
•
University
11 questions
PGdP Nebenläufigkeit

Quiz
•
University
10 questions
Structure of Java Program

Quiz
•
University
8 questions
Thread class, Lifecycle

Quiz
•
University
13 questions
puntatori, errori frequenti

Quiz
•
University
12 questions
Technical Quiz(set-4)

Quiz
•
University
8 questions
Threads

Quiz
•
University
Popular Resources on Wayground
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade