This program should not print two true,. Why am I printing two false?

clipboard.png

clipboard.png

clipboard.png

Mar.08,2022

take a closer look at API:

Interrupting a thread that is not alive need not have any effect.
interrupting inactive threads has no effect

when you call interrupt , the thread has already ended.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b35be2-2bfb4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b35be2-2bfb4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?