Explanation: Invoking start() method on a thread moves the thread to a RUNNABLE state. But invoking start() method on a thread that has already started throws a IllegalThreadStateException because the thread is already in RUNNABLE state.
מיין לפי
Omer Laufer0 נקודות ·
יותר מ-6 חודשים
( תגובות)
מוניטין: 16
למה בידוק שגיאה בזמן ריצה?
נעם שלו0 נקודות ·
יותר מ-6 חודשים
( תגובות)
מוניטין: 15
כי מבחינת הקומפילציה הפקודה חוקית, אבל ברגע שננסה להפעיל שוב את אותו thread תהיה שגיאה