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

Java

1335 readers
2 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
[–] [email protected] 8 points 1 year ago (1 children)

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

[–] [email protected] 1 points 1 year ago

Finally a more sane API for HTTP requests in java. Still using a library tho, can be very convenient (like okhttp)