| |||||||||||||||||
Answer: Option B
Explanation:
When the start() method is attempted a second time on a single Thread object, the method will throw an IllegalThreadStateException (you will not need to know this exception name for the exam). Even if the thread has finished running, it is still illegal to call start() again.
|
Friday, October 30, 2015
IllegalThreadStateException
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment