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 extending ____...
Q.
Threads can be created by extending _________ class.
A.
new.
B.
operator.
C.
thread.
D.
super thread.
Answer» C. thread.
3.8k
0
Do you find this helpful?
30
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
These two ways are used to create a Frame By creating the object of Frame class (association) By extending Frame class (inheritance)
Which of this access specifies can be used for a class so that its objects can be created by a different class in another package?
Threads can be created by implementing ________ interface.
Which of these is used to access member of class before object of that class is created?
User defined exception can be created using _________ class.
State true or false (i) public can only be assigned to class (ii) protected protects a statement (iii) protected method is never accessible outside the package (iv) friendly variable may be accessible outside class
How can we identify whether a compilation unit is class or interface from a .class file?
Minimum threads in a program are
At any one instance of time _____ threads will be in running state.