Oracle
1Z0-850 · Question #45
Which statement about threading in Java is false?
The correct answer is C. A thread is a special type of method. See the full explanation below for the reasoning.
Question
Which statement about threading in Java is false?
Options
- AThreads waiting to be executed are generally chosen for execution based on priority.
- BThe synchronized keyword is used to lock objects.
- CA thread is a special type of method.
- DA thread whose execution has completed is no longer runnable.
How the community answered
(14 responses)- A7% (1)
- C79% (11)
- D14% (2)
Community Discussion
No community discussion yet for this question.