Are all Java Properties' methods fully synchronized?

I know that the Properties class is a sub-class of Hashtable. So all the inherited methods are synchronized, but what about the other methods of Properties such as store, load, etc? (Dealing specifically with Java 1.6)

9
задан Traker 26 August 2010 в 13:07
поделиться

1 ответ

java1.6 javadoc говорит:

Этот класс потокобезопасен: несколько потоки могут совместно использовать одни свойства объекта без необходимости внешнего синхронизация.

16
ответ дан 4 December 2019 в 09:34
поделиться
Другие вопросы по тегам:

Похожие вопросы: