Home »
MCQs »
Java MCQs
Which of these is a property of threads in Java?
77. Which of these is a property of threads in Java?
- Multiple threads can be executed concurrently
- Has its own priority
- Both A. and B.
- None of these
Answer: C) Both A. and B.
Explanation:
The multiple threads can be executed concurrently and it has own property.