Q6 Single choice Mark for later Which of the following statements is true about the Java synchronized keyword? A It prevents multiple threads from accessing a block of code at the same time. B It allows the class to be loaded as soon as the JRE starts. C It prevents multiple developers from code redundancy. D It allows two different functions to execute in a shared manner. Correct answer