A , B, and F are correct. They are all related to the list of threads waiting on thespecified object. C, E, G, and H are incorrect answers. The methods isInterrupted() and interrupt()areinstance methods of Thread. The methods sleep() and yield() are static methods of Thread. D isincorrect because synchronized is a keyword and the synchronized()construct is part of theJava language.