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

  • @kaba0
    link
    English
    81 year ago

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

    • @Sheldan
      link
      English
      11 year ago

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