Java Collections Framework: The Only Guide You Need
I remember my first Java interview.
The interviewer asked: "Which collection would you use to store unique user IDs with fast lookup?"
I froze. ArrayList? HashMap? HashSet? They all sounded right. And wrong.
I mumbled something about ArrayList, added...
cscorelibrary.hashnode.dev9 min read