static interrupted() method returns interrupted flag & sets flag to false if it is true - Core Java
Q. Which method returns the interrupted flag after that it sets the flag to false if it is true?- Published on 19 Oct 15a. isInterrupted()
b. static interrupted()
c. non static interrupted()
d. Both A & C
ANSWER: static interrupted()