Which three changes should be made to adapt this class to be used safely by multiple threads?()<br /> <img src="https://img.ppkao.com/2018-08/zhoulian/2018080116512519885.jpg" /><p> Which three changes should be made to adapt this class to be used safely by multiple threads?()<br /> <img src="https://img.ppkao.com/2018-08/zhoulian/2018080116512519885.jpg" /></p>
A、A.declare reset() using the synchronized keyword
B、B.declare getName() using the synchronized keyword
C、C.declare getCount() using the synchronized keyword
D、D.declare the constructor using the synchronized keyword
E、E.declare increment() using the synchronized keyword