JackbyDev@programming.devM to Java@programming.dev · 2 years agoWhat are some things in the class library you wish more people knew about or used?docs.oracle.comexternal-linkmessage-square19fedilinkarrow-up116file-text
arrow-up116external-linkWhat are some things in the class library you wish more people knew about or used?docs.oracle.comJackbyDev@programming.devM to Java@programming.dev · 2 years agomessage-square19fedilinkfile-text
I’m curious if there are things in the standard class library that you find useful but not widely used.
minus-squarekaba0@programming.devlinkfedilinkEnglisharrow-up9·2 years agoHttpClient. You don’t necessarily need a third-party tool for rest calls or the like, and it really is quite handy!
minus-squareSheldan@programming.devlinkfedilinkEnglisharrow-up1·2 years agoFinally a more sane API for HTTP requests in java. Still using a library tho, can be very convenient (like okhttp)
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)