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-squarefabian@programming.devlinkfedilinkarrow-up4·2 years 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.