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-squarefabian@programming.devlinkfedilinkarrow-up3·1 year agoNot sure if it counts as not widely used, but I think the Collections.unmodifiable(Collection|Set|List…) methods are very useful.
Not sure if it counts as not widely used, but I think the Collections.unmodifiable(Collection|Set|List…) methods are very useful.