Exam 1z0-816 All QuestionsBrowse all questions from this exam
Question 6

Given:

Which one is correct?

    Correct Answer: A

    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.

Discussion
Sa16253748596Option: A

A is true