Multiple choice technology programming languages Which two statements are true? (Choose two.) It is possible for more than two threads to deadlock at once. The JVM implementation guarantees that multiple threads cannot enter into a Deadlocked threads release once their sleep() method's sleep duration has expired. Deadlocking can occur only when the wait(), notify(), and notifyAll() methods are It is possible for a single-threaded application to deadlock if synchronized blocks are . If a piece of code is capable of deadlocking, you cannot eliminate the possibility of Reveal answer Fill a bubble to check yourself A,F Correct answer