14
What are some things in the class library you wish more people knew about or used?
(docs.oracle.com)
For discussing Java, the JVM, languages that run on the JVM, and other related technologies.
Don't forget its subtypes. OptionalInt, OptionalDouble etc. This avoids auto(un)boxing.
Oh wow that's great. I didn't know about those at all.