JackbyDev@programming.devM to Java@programming.dev · 1 year agoWhat are some things in the class library you wish more people knew about or used?docs.oracle.comexternal-linkmessage-square18fedilinkarrow-up114arrow-down10file-text
arrow-up114arrow-down1external-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 · 1 year agomessage-square18fedilinkfile-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-up8·1 year 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·1 year 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)