Skip to content

Commit 09fcee2

Browse files
authored
Update README.md
1 parent ff60a45 commit 09fcee2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,13 @@ Concurrent accumulator classes that enable you to very efficiently increase / de
978978

979979
**[Back to Top](https://github.com/aatul/Java-Interview-Questions-Answers/blob/master/README.md#java-interview-questions-answers)**
980980

981+
---
982+
### 65. Concurrent accumulators in java?
983+
984+
Concurrent accumulator classes that enable you to very efficiently increase / decrease the value of a counter in a thread safe manner. This is really a case where it’s not a question of taste, or preference – using these new classes in your code is really a no-brainer
985+
986+
**[Back to Top](https://github.com/aatul/Java-Interview-Questions-Answers/blob/master/README.md#java-interview-questions-answers)**
987+
981988
---
982989

983990
Wish you all the luck.

0 commit comments

Comments
 (0)