兼容类 meaning in English
compatible class
Examples
- Thread death compatibility class warning
>线程死亡兼容类警告 - Thread - compatible classes are not thread - safe , but can be used safely in concurrent environments by using synchronization appropriately
线程兼容类不是线程安全的,但是可以通过正确使用同步而在并发环境中安全地使用。 - Synchronized block . to maximize the usefulness of thread - compatible classes , they should not require that callers synchronize on a specific lock , just that the same lock is used in all invocations
为了最大程度地利用线程兼容类,如果所有调用都使用同一个块,那么就不应该要求调用者对该块同步。