Given:
Which one is correct?
Given:
Which one is correct?
An IllegalThreadStateException is thrown at runtime. In the given code, `t1.start();` is called twice. According to the Java documentation, starting a thread that has already been started is not allowed and will result in an IllegalThreadStateException.
A is true