Which of the following statements is not true about threads ?
Choices:
- A. If the start() method is invoked twice on the same Thread object, an exception is thrown at runtime.
- B. The order in which threads were started might differ from the order in which they actually run.
- C. If the run() method is directly invoked on a Thread object, an