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

  • kaba0@programming.dev
    link
    fedilink
    English
    arrow-up
    4
    ·
    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!

    • Sheldan@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

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