Which statement is true?()https://assets.asklib.com/images/image2/201808011653256522.jpg

A . Compilation fails. B . An exception is thrown at runtime. C . Synchronizing the run() method would make the class thread-safe. D . The data in variable "x" are protected from concurrent access problems. E . Declaring the doThings() method as static would make the class thread-safe. F . Wrapping the statements within doThings() in a synchronized(new Object()){} block would make the class thread-safe.

时间:2022-10-06 13:55:35 所属题库:SCJP程序员认证考试题库

相似题目