16
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.
HttpClient. You don’t necessarily need a third-party tool for rest calls or the like, and it really is quite handy!
Finally a more sane API for HTTP requests in java. Still using a library tho, can be very convenient (like okhttp)