McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Bachelor of Computer Applications (BCA)
→
Java Programming
→
Which of these class is used to make a t...
Q.
Which of these class is used to make a thread?
A.
String
B.
System
C.
Thread
D.
Runnable
Answer» C. Thread
2k
0
Do you find this helpful?
14
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
Which of these method of Thread class is used to find out the priority given to a thread?
Which of these methods of a Thread class is used to suspend a thread for a period of time?
Which of this method of Thread class is used to change the state of a thread to blocked state?
Which method in Thread class is used to check weather a thread is still running?
Which method in Thread class is used to check weather a thread is still running?
If a thread is to be declared as a daemon thread, it must be declared before
In java thread to thread communication is called _____.
When a thread is created using new operator, the thread is in _____ state.
Which of these is used to access member of class before object of that class is created?
Which of these keywords is used to refer to member of base class from a sub class?