Which of the following is the correct way to create a thread in Java?

Java Thread and I/O Quiz

Quiz
•
Computers
•
University
•
Medium
Aswini G
Used 1+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Extending the Thread class
Implementing Runnable interface
Both a and b
None of the above
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What method must be overridden when implementing the Runnable interface?
start()
stop()
run()
init()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which method is used to start a thread execution?
run()
start()
execute()
initialize()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the synchronized keyword?
To speed up thread execution
To prevent thread execution
To control access to critical sections
To terminate threads
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following are ways to synchronize a block of code?
synchronized method
synchronized statement
synchronized object
Both a and b
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a critical section?
Part of the code where memory is freed
Part of code accessed by multiple threads
A section used only once
None of the above
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is used for inter-thread communication?
notify()
wait()
notifyAll()
All of the above
Create a free account and access millions of resources
Similar Resources on Quizizz
25 questions
Introduction to Java

Quiz
•
University
20 questions
WML & WAP

Quiz
•
University
28 questions
OOPS Live Quiz

Quiz
•
University
20 questions
Socket Programming

Quiz
•
10th Grade - University
20 questions
Quiz 1 PBO

Quiz
•
University
20 questions
Quiz Komputer

Quiz
•
University
20 questions
QUIZ DASAR DASAR PEMROGRAMAN JAVA

Quiz
•
11th Grade - University
20 questions
Quiz PBO SIA

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade