this post was submitted on 16 Jun 2023
10 points (100.0% liked)

Java

1339 readers
1 users here now

For discussing Java, the JVM, languages that run on the JVM, and other related technologies.

founded 1 year ago
MODERATORS
 

I'm curious if there are things in the standard class library that you find useful but not widely used.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] BitPirate@feddit.de 3 points 1 year ago (1 children)

Don't forget its subtypes. OptionalInt, OptionalDouble etc. This avoids auto(un)boxing.

[โ€“] pohart@lemmyrs.org 1 points 1 year ago

Oh wow that's great. I didn't know about those at all.