this post was submitted on 16 Jun 2023
0 points (NaN% liked)

Java

1324 readers
16 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
[–] kaba0@programming.dev 1 points 1 year ago

HttpClient. You don’t necessarily need a third-party tool for rest calls or the like, and it really is quite handy!