Hacker News new | ask | show | jobs
by Aozora7 2769 days ago
Probably depends on what you mean by "arrays". If you use high-level languages like Java, you probably don't use arrays often, if at all, in almost all cases you use collections that provide you with convenient abstractions for everything, even if they are still arrays underneath.