Multiple choice technology programming languages Can a class be declared "synchronized"? Yes No In specific conditions Not sure Reveal answer Fill a bubble to check yourself B Correct answer Explanation In Java, the 'synchronized' keyword can only be applied to methods or code blocks, not to class declarations. Classes themselves cannot be declared synchronized.