Multiple choice Which of the following statements is false about Synchronized and ThreadSafety? In multithreading, synchronized methods or statements used to fix dirty reading. In Java, all the legacy classes are threadsafe. Application consumes more time if it uses synchronized blocks. In Java, we use Synchronized modifier to make a block as thread safe. None of the above Reveal answer Fill a bubble to check yourself E Correct answer Explanation All the 4 options are true.