
If you're actually building a real production system, then yes, you'd typically just use the stuff in the standard library if what you need is available there. That said, don't think of this as a pointless exercise. It's good to understand how …
Read Article about How To Implement a LinkedList Class From Scratch In Java →