McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2026
→
Bachelor of Computer Applications (BCA)
→
Java Programming
→
Threads can be created by implementing _...
Q.
Threads can be created by implementing ________ interface.
A.
new.
B.
creator.
C.
main.
D.
runnable.
Answer» D. runnable.
1.8k
0
Do you find this helpful?
18
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
The concept of multiple inheritance is implemented in Java by ____ (i.) extending two or more classes (ii.) extending one class and implementing one or more interfaces (iii.) implementing two or more interfaces (iv.) all of these
A class can be converted to a thread by implementing the interface ____________.
Threads can be created by extending _________ class.
Which of the following is correct way of implementing an interface salary by class manager?
Which of the following is correct way of implementing an interface salary by class manager?
Once an interface has been defined, one or more _____ can implement that interface.
Minimum threads in a program are
At any one instance of time _____ threads will be in running state.
What method must be implemented by all threads?
Java's garbage collector runs as a ______ priority thread waiting for _______ priority threads to relinquish the processor. Choose the correct sequence.