Pierre-Yves Ricau
P-Y's blog

P-Y's blog

Follow
Follow
homeP-Y.WTFbadges
Tag

Java

#java

More content

Read more stories on Hashnode


Articles with this tag

Avoid Java double brace initialization

Jun 27, 20234 min read

TL;DR Avoid doing this: new HashMap<String, String>() {{ put("key", value); }}; Leak Trace I was recently looking at the following leak trace from...

Avoid Java double brace initialization